- Patch #150344 by webernet: language fixup.

6.x
Dries Buytaert 2007-06-09 07:25:15 +00:00
parent 57c9a13e1f
commit b0f759516a
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>';
}
}