summaryrefslogtreecommitdiff
path: root/classes/Pref_Users.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/Pref_Users.php')
-rw-r--r--classes/Pref_Users.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/classes/Pref_Users.php b/classes/Pref_Users.php
index 9532bded5..4b51cfd12 100644
--- a/classes/Pref_Users.php
+++ b/classes/Pref_Users.php
@@ -251,11 +251,11 @@ class Pref_Users extends Handler_Administrative {
<tr>
<th></th>
- <th><a href='#' onclick="Users.reload('login')"><?= ('Login') ?></a></th>
- <th><a href='#' onclick="Users.reload('access_level')"><?= ('Access Level') ?></a></th>
- <th><a href='#' onclick="Users.reload('num_feeds')"><?= ('Subscribed feeds') ?></a></th>
- <th><a href='#' onclick="Users.reload('created')"><?= ('Registered') ?></a></th>
- <th><a href='#' onclick="Users.reload('last_login')"><?= ('Last login') ?></a></th>
+ <th><a href='#' onclick="Users.reload('login')"><?= __('Login') ?></a></th>
+ <th><a href='#' onclick="Users.reload('access_level')"><?= __('Access level') ?></a></th>
+ <th><a href='#' onclick="Users.reload('num_feeds')"><?= __('Subscribed feeds') ?></a></th>
+ <th><a href='#' onclick="Users.reload('created')"><?= __('Registered') ?></a></th>
+ <th><a href='#' onclick="Users.reload('last_login')"><?= __('Last login') ?></a></th>
</tr>
<?php