summaryrefslogtreecommitdiff
path: root/classes/Pref_Users.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2024-06-15 14:03:33 +0300
committerAndrew Dolgov <[email protected]>2024-06-15 14:03:33 +0300
commit9d50d95fa3f7d0c7d1e9051d6064ff94578be0f0 (patch)
tree50c78f0078db774eb56f83eff80c5ba4b60f5ceb /classes/Pref_Users.php
parentb3c085972b2e4e09d3a26d352e5e41c11f78e3b9 (diff)
fix untranslated strings
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