summaryrefslogtreecommitdiff
path: root/modules/profile
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-01-13 14:01:34 +0000
committerDries Buytaert <dries@buytaert.net>2010-01-13 14:01:34 +0000
commitd0d3407f5da78778c277cbd09477120e315295a4 (patch)
tree66aa6405e9c769f20acbd19e64fd70a43de00d48 /modules/profile
parentfeba00c7006099571728e526451bc65777db696f (diff)
downloadbrdo-d0d3407f5da78778c277cbd09477120e315295a4.tar.gz
brdo-d0d3407f5da78778c277cbd09477120e315295a4.tar.bz2
- Patch #678680 by aspilicious, sun: 'Save' button missing on user profile fields configuration form.
Diffstat (limited to 'modules/profile')
-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 38642d538..39101fd6d 100644
--- a/modules/profile/profile.module
+++ b/modules/profile/profile.module
@@ -46,7 +46,7 @@ function profile_help($path, $arg) {
$output .= '</dl>';
return $output;
case 'admin/config/people/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. 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.") . '</p>';
}
}