From c60e3b13fa62c1a88f8576256a7cb5d0249fc1d8 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 6 May 2003 06:42:01 +0000 Subject: - Added missing t() function. Patch ba Al. --- modules/user.module | 2 +- modules/user/user.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/user.module b/modules/user.module index 9d6241e8b..2c393d977 100644 --- a/modules/user.module +++ b/modules/user.module @@ -1021,7 +1021,7 @@ function user_view($uid = 0) { if ($user->uid && $user->uid == $uid) { $output = form_item(t("Name"), "$user->name ($user->init)"); - $output .= form_item(t("E-mail address"), $user->mail, "Please note that only you can see your own e-mail address - it is not publicly visible."); + $output .= form_item(t("E-mail address"), $user->mail, t("Please note that only you can see your own e-mail address - it is not publicly visible.")); foreach (module_list() as $module) { if (module_hook($module, "user")) { diff --git a/modules/user/user.module b/modules/user/user.module index 9d6241e8b..2c393d977 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -1021,7 +1021,7 @@ function user_view($uid = 0) { if ($user->uid && $user->uid == $uid) { $output = form_item(t("Name"), "$user->name ($user->init)"); - $output .= form_item(t("E-mail address"), $user->mail, "Please note that only you can see your own e-mail address - it is not publicly visible."); + $output .= form_item(t("E-mail address"), $user->mail, t("Please note that only you can see your own e-mail address - it is not publicly visible.")); foreach (module_list() as $module) { if (module_hook($module, "user")) { -- cgit v1.2.3