summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-12-19 18:31:29 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-12-19 18:31:29 +0000
commitfd7e7eb55e244babc36daa177b4891b12670a58e (patch)
tree5539390eebf773c8912f41498c99c53cb72d9f77 /modules
parentdbf5d8d370a1d098117e5e9e08461796e1e45358 (diff)
downloadbrdo-fd7e7eb55e244babc36daa177b4891b12670a58e.tar.gz
brdo-fd7e7eb55e244babc36daa177b4891b12670a58e.tar.bz2
#202397 by keith.smith: document profile module drag and drop in help text and add info on how categories come to life / can be edited
Diffstat (limited to 'modules')
-rw-r--r--modules/profile/profile.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/profile/profile.module b/modules/profile/profile.module
index df915f7e7..297d6c0ab 100644
--- a/modules/profile/profile.module
+++ b/modules/profile/profile.module
@@ -44,7 +44,7 @@ function profile_help($path, $arg) {
$output .= '<p>'. t('For more information, see the online handbook entry for <a href="@profile">Profile module</a>.', array('@profile' => 'http://drupal.org/handbook/modules/profile/')) .'</p>';
return $output;
case 'admin/user/profile':
- return '<p>'. t('The profile module allows custom fields (such as country, full name, or age) to be defined and displayed in the <em>My Account</em> section.') .'</p>';
+ return '<p>'. t("This page displays a list of the existing custom profile fields to be displayed on a user's <em>My Account</em> page. To provide structure, similar or related fields may be placed inside a category. To add a new category (or edit an existing one), edit a profile field and provide a new category name. To change the category of a field or the order of fields within a category, grab a drag-and-drop handle under the Title column and drag the field to a new location in the list. (Grab a handle by clicking and holding the mouse while hovering over a handle icon.) Remember that your changes will not be saved until you click the <em>Save configuration</em> button at the bottom of the page.") .'</p>';
}
}