summaryrefslogtreecommitdiff
path: root/modules/profile
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-06-09 07:25:15 +0000
committerDries Buytaert <dries@buytaert.net>2007-06-09 07:25:15 +0000
commitb0f759516a9ae2dbbca29691850986044747e7e6 (patch)
treee5fcc3c318e19a6e0e84424d425a38f296b553b9 /modules/profile
parent57c9a13e1f0ed4e8492467bda817b3385be33225 (diff)
downloadbrdo-b0f759516a9ae2dbbca29691850986044747e7e6.tar.gz
brdo-b0f759516a9ae2dbbca29691850986044747e7e6.tar.bz2
- Patch #150344 by webernet: language fixup.
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 0ec4265a9..c9261a02d 100644
--- a/modules/profile/profile.module
+++ b/modules/profile/profile.module
@@ -47,7 +47,7 @@ function profile_help($section) {
$output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="@profile">Profile page</a>.', array('@profile' => 'http://drupal.org/handbook/modules/profile/')) .'</p>';
return $output;
case 'admin/user/profile':
- return '<p>'. t('Here you can define custom fields that users can fill in in their user profile (such as <em>country</em>, <em>real name</em>, <em>age</em>, ...).') .'</p>';
+ return '<p>'. t('Here you can define custom fields that users can fill in as part of their user profile (such as <em>country</em>, <em>real name</em>, <em>age</em>, ...).') .'</p>';
}
}