summaryrefslogtreecommitdiff
path: root/modules/pref-prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-21 02:22:29 +0100
committerAndrew Dolgov <[email protected]>2007-08-21 02:22:29 +0100
commite400230ebd2bcc68c66b7bc1edd19bab56b3fd9e (patch)
treee65c972d0e05b27dc734c1709986b5b24f36f1ca /modules/pref-prefs.php
parent306cc2d692dbace44202d40bf8b84ce997fb44f4 (diff)
update translations
Diffstat (limited to 'modules/pref-prefs.php')
-rw-r--r--modules/pref-prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pref-prefs.php b/modules/pref-prefs.php
index 27dfd6756..a3132ce4c 100644
--- a/modules/pref-prefs.php
+++ b/modules/pref-prefs.php
@@ -217,7 +217,7 @@
$email = db_fetch_result($result, 0, "email");
- print "<tr><td width=\"40%\">E-mail</td>";
+ print "<tr><td width=\"40%\">".__('E-mail')."</td>";
print "<td><input class=\"editbox\" name=\"email\"
onkeypress=\"return filterCR(event, changeUserEmail)\"
value=\"$email\"></td></tr>";