diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-06-17 21:52:00 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-06-17 21:52:00 -0700 |
commit | 34dd08e150583f62d97ff7fd373d2f628649ea32 (patch) | |
tree | 4071ac590c25b301231838278bdece3f9dec567b /modules/user | |
parent | a6a9b256ae7ac686ed1f53c05275ae702fb37aad (diff) | |
parent | 753ce3e02596c9dc1bc072707c214197088b4611 (diff) |
Merge branch 'master' of git://github.com/unostar/gallery3
Diffstat (limited to 'modules/user')
-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): ?> |