summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/user.module2
-rw-r--r--modules/user/user.module2
2 files changed, 2 insertions, 2 deletions
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")) {