summaryrefslogtreecommitdiff
path: root/modules/pref-users.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-10 17:25:19 +0100
committerAndrew Dolgov <[email protected]>2007-08-10 17:25:19 +0100
commit65174234661aff2c3ab025095a84401ea38574c8 (patch)
tree640dc2a78efcb819be9d73b3827b310c54500d2c /modules/pref-users.php
parent89cb787edd1c9d3c2fa2616c98986b130fcaf930 (diff)
another tiny localization patch
Diffstat (limited to 'modules/pref-users.php')
-rw-r--r--modules/pref-users.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pref-users.php b/modules/pref-users.php
index 156772b77..702b0fb14 100644
--- a/modules/pref-users.php
+++ b/modules/pref-users.php
@@ -30,7 +30,7 @@
<input class=\"iedit\" onkeypress=\"return filterCR(event)\"
name=\"login\" value=\"$login\"></td></tr>";
- print "<tr><td>Change password:</td><td>
+ print "<tr><td>".__('Change password:')."</td><td>
<input class=\"iedit\" onkeypress=\"return filterCR(event)\"
name=\"password\"></td></tr>";