From b5bf8a8f476fe4214478fec9250e651164b0e76f Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Sun, 26 Nov 2006 02:20:01 +0000 Subject: #97824 by Gurpartap. Move enclosing elements outside of their t(). --- modules/profile/profile.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/profile/profile.module') diff --git a/modules/profile/profile.module b/modules/profile/profile.module index 4b00e4048..1f048b90b 100644 --- a/modules/profile/profile.module +++ b/modules/profile/profile.module @@ -35,7 +35,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 in their user profile (such as country, real name, age, ...).') .'

'; } } -- cgit v1.2.3