summaryrefslogtreecommitdiff
path: root/modules/profile/profile.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-08-20 07:07:17 +0000
committerDries Buytaert <dries@buytaert.net>2006-08-20 07:07:17 +0000
commit92a01e2057e491da6538be32ed2ada0ee64e34f0 (patch)
treefbc1b23bc79a756f4f97fd61826fd842e89ce6bc /modules/profile/profile.module
parentcbf48c1d9be8dec41e9910fabe6fc18554dfaa86 (diff)
downloadbrdo-92a01e2057e491da6538be32ed2ada0ee64e34f0.tar.gz
brdo-92a01e2057e491da6538be32ed2ada0ee64e34f0.tar.bz2
- Patch #79476 by assimonds and webchick: fixed broken t()-iness.
CVS: ----------------------------------------------------------------------
Diffstat (limited to 'modules/profile/profile.module')
-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 bc40edb6d..66d4ef84d 100644
--- a/modules/profile/profile.module
+++ b/modules/profile/profile.module
@@ -37,7 +37,7 @@ function profile_help($section) {
<li>view user <a href="@profile">profiles</a>.</li>
<li>administer profile settings: <a href="@admin-settings-profile">administer &gt;&gt; user management &gt;&gt; profiles</a>.</li>
</ul>
-', array('%profile' => url('profile'), '%admin-settings-profile' => url('admin/user/profile')));
+', array('@profile' => url('profile'), '@admin-settings-profile' => url('admin/user/profile')));
$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/settings/modules#description':