changeset 221:0eedbbc58ed9

translated users
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 25 May 2010 22:03:10 +0200
parents e6c802a8dede
children f7dadd356c79
files pylons_app/templates/admin/users/users.html
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/pylons_app/templates/admin/users/users.html	Tue May 25 19:31:56 2010 +0200
+++ b/pylons_app/templates/admin/users/users.html	Tue May 25 22:03:10 2010 +0200
@@ -17,11 +17,11 @@
         <h2>${_('Mercurial users')}</h2>
         <table class="table_disp">
          <tr class="header">
-            <td>ID</td>
-            <td>Username</td>
-            <td>Active</td>
-            <td>Admin</td>
-            <td>Action</td>
+            <td>${_('id')}</td>
+            <td>${_('username')}</td>
+            <td>${_('active')}</td>
+            <td>${_('admin')}</td>
+            <td>${_('action')}</td>
          </tr>
             %for user in c.users_list:
                 <tr>