Index: modules/profile/profile.module =================================================================== RCS file: /cvs/drupal/drupal/modules/profile/profile.module,v retrieving revision 1.204 diff -u -r1.204 profile.module --- modules/profile/profile.module 4 Jun 2007 15:56:34 -0000 1.204 +++ modules/profile/profile.module 8 Jun 2007 15:35:46 -0000 @@ -47,7 +47,7 @@ $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 complete in their user profile (such as country, real name, age, ...).') .'

'; } }