summaryrefslogtreecommitdiff
path: root/modules/profile/profile.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-08-02 15:44:08 +0000
committerDries Buytaert <dries@buytaert.net>2009-08-02 15:44:08 +0000
commit56d2f2174511f2709e43b2eb4489780d42196dc7 (patch)
tree4c28b8bc7f3831bd4adf12e3e1051da00e973dda /modules/profile/profile.module
parenteaf21849a1643087fa014d3cdf528cc17cccb252 (diff)
downloadbrdo-56d2f2174511f2709e43b2eb4489780d42196dc7.tar.gz
brdo-56d2f2174511f2709e43b2eb4489780d42196dc7.tar.bz2
- Patch #537678 by Bojhan: remove drag-and-drop help text.
Diffstat (limited to 'modules/profile/profile.module')
-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 4d85e4c76..db81eb372 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/settings/profile':
- 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>';
+ 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. Remember that your changes will not be saved until you click the <em>Save configuration</em> button at the bottom of the page.") . '</p>';
}
}