From 28714aa363f433c440159ca5c32d9f505e89c7b4 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 14 Dec 2009 20:38:15 +0000 Subject: - Patch #658140 by jhodgdon: various small help text fixes. --- modules/contact/contact.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/contact') diff --git a/modules/contact/contact.module b/modules/contact/contact.module index 76af943ac..6126ef72c 100644 --- a/modules/contact/contact.module +++ b/modules/contact/contact.module @@ -20,7 +20,7 @@ function contact_help($path, $arg) { $output .= '
' . t('User contact forms') . '
'; $output .= '
' . t('Site users can be contacted with a user contact form that keeps their e-mail address private. Users may enable or disable their personal contact forms by editing their My account page. If enabled, a Contact tab leads to a personal contact form displayed on their user profile. Site administrators are still able to use the contact form, even if has been disabled. The Contact tab is not shown when you view your own profile.') . '
'; $output .= '
' . t('Site-wide contact forms') . '
'; - $output .= '
' . t('The Contact page provides a simple form for visitors to leave comments, feedback, or other requests. Only users in roles with the access site-wide contact form permission may access the contact page. You can create categories for directing the contact form contents to a set of defined recipients. Common categories for a business site, for example, might include "Website feedback" (messages are forwarded to website administrators) and "Product information" (messages are forwarded to members of the sales department). E-mail addresses defined within a category are not displayed publicly.', array('@contact' => url('contact'))) . '

'; + $output .= '
' . t('The Contact page provides a simple form for visitors to leave comments, feedback, or other requests. Only users in roles with the Use the site-wide contact form permission may access the contact page. You can create categories for directing the contact form contents to a set of defined recipients. Common categories for a business site, for example, might include "Website feedback" (messages are forwarded to website administrators) and "Product information" (messages are forwarded to members of the sales department). E-mail addresses defined within a category are not displayed publicly.', array('@contact' => url('contact'))) . '

'; $output .= '
' . t('Navigation') . '
'; $output .= '
' . t("When the site-wide contact form is enabled, a link in the main Navigation menu is created, but is disabled by default. This menu item can be enabled on the Menu administration page.", array('@contact' => url('contact'), '@menu' => url('admin/structure/menu'))) . '
'; $output .= ''; -- cgit v1.2.3