diff --git a/modules/profile/profile.module b/modules/profile/profile.module index 0ec4265a9c3..c9261a02d03 100644 --- a/modules/profile/profile.module +++ b/modules/profile/profile.module @@ -47,7 +47,7 @@ function profile_help($section) { $output .= '
'. t('For more information please read the configuration and customization handbook Profile page.', array('@profile' => 'http://drupal.org/handbook/modules/profile/')) .'
'; return $output; case 'admin/user/profile': - return ''. t('Here you can define custom fields that users can fill in in their user profile (such as country, real name, age, ...).') .'
'; + return ''. t('Here you can define custom fields that users can fill in as part of their user profile (such as country, real name, age, ...).') .'
'; } }