diff options
author | unostar <unostar@danalan.info> | 2009-06-15 02:02:25 -0700 |
---|---|---|
committer | unostar <unostar@danalan.info> | 2009-06-15 02:02:25 -0700 |
commit | 08a5b753453057dedb4c8d25bd68264f92ac0fb8 (patch) | |
tree | 8305b7dd6c38e60459470e4fc9950ffd11aafda6 | |
parent | 83d1b15c1e9ca89cc55879a5582cd9abafc5a792 (diff) |
Add string to localizer
-rw-r--r-- | modules/user/views/admin_users.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/views/admin_users.html.php b/modules/user/views/admin_users.html.php index 68486e6d..542b8b8b 100644 --- a/modules/user/views/admin_users.html.php +++ b/modules/user/views/admin_users.html.php @@ -60,7 +60,7 @@ <th><?= t("Full name") ?></th> <th><?= t("Email") ?></th> <th><?= t("Last login") ?></th> - <th>Actions</th> + <th><?= t("Actions") ?></th> </tr> <? foreach ($users as $i => $user): ?> |