summaryrefslogtreecommitdiff
path: root/modules/pref-users.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-09 19:12:31 +0100
committerAndrew Dolgov <[email protected]>2007-03-09 19:12:31 +0100
commit3692e98fe393502dec785fceaf5e14f5b67da5ef (patch)
tree2b1d32918354328c6e05c0e6ef24d0bba34aad32 /modules/pref-users.php
parent99e37e09a5367be191d80e6c6849825f34b50905 (diff)
update translation
Diffstat (limited to 'modules/pref-users.php')
-rw-r--r--modules/pref-users.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/pref-users.php b/modules/pref-users.php
index fbd6d7762..b337a1a09 100644
--- a/modules/pref-users.php
+++ b/modules/pref-users.php
@@ -210,9 +210,9 @@
print "<tr class=\"title\">
<td align='center' width=\"5%\">&nbsp;</td>
- <td width='40%'><a href=\"javascript:updateUsersList('login')\">Login</a></td>
- <td width='40%'><a href=\"javascript:updateUsersList('access_level')\">Access Level</a></td>
- <td width='30%'><a href=\"javascript:updateUsersList('last_login')\">Last login</a></td></tr>";
+ <td width='40%'><a href=\"javascript:updateUsersList('login')\">".__('Login')."</a></td>
+ <td width='40%'><a href=\"javascript:updateUsersList('access_level')\">".__('Access Level')."</a></td>
+ <td width='30%'><a href=\"javascript:updateUsersList('last_login')\">".__('Last login')."</a></td></tr>";
$lnum = 0;