diff pylons_app/templates/admin.html @ 75:99afa4d28e2b

Changed order of user actions log
author Marcin Kuzminski <marcin@python-blog.com>
date Tue, 13 Apr 2010 22:30:52 +0200
parents 4df4c0eac619
children e2600310e0b2
line wrap: on
line diff
--- a/pylons_app/templates/admin.html	Mon Apr 12 10:29:18 2010 +0200
+++ b/pylons_app/templates/admin.html	Tue Apr 13 22:30:52 2010 +0200
@@ -34,7 +34,7 @@
     <br/>
     <div>
         <h2>Welcome ${c.admin_username}</h2>
-        <div>Last 5 user actions</div>
+        <div>${_('Last 10 user actions')</div>
         %if c.users_log:
 	        <table>
 	        <tr>