From d0d3407f5da78778c277cbd09477120e315295a4 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 13 Jan 2010 14:01:34 +0000 Subject: - Patch #678680 by aspilicious, sun: 'Save' button missing on user profile fields configuration form. --- modules/profile/profile.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/profile') 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 .= ''; return $output; case 'admin/config/people/profile': - return '

' . t("This page displays a list of the existing custom profile fields to be displayed on a user's My account 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 Save configuration button at the bottom of the page.") . '

'; + return '

' . t("This page displays a list of the existing custom profile fields to be displayed on a user's My account 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.") . '

'; } } -- cgit v1.2.3