- Patch #150344 by webernet: language fixup.

5.x
Neil Drumm 2007-06-14 05:58:59 +00:00
parent bc88867047
commit 2712135fc8
1 changed files with 1 additions and 1 deletions

View File

@ -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>';
}
}