diff rhodecode/templates/followers/followers_data.html @ 2420:a78cd80ad385 beta

Added localization for the “quick filter” menu item and improved localization on the followers page.
author Vincent Duvert <vincent@duvert.net>
date Tue, 05 Jun 2012 20:40:43 +0200
parents f91d3f9b7230
children f467c75544af
line wrap: on
line diff
--- a/rhodecode/templates/followers/followers_data.html	Tue Jun 05 00:25:31 2012 +0200
+++ b/rhodecode/templates/followers/followers_data.html	Tue Jun 05 20:40:43 2012 +0200
@@ -9,7 +9,7 @@
             <span style="font-size: 20px"> <b>${f.user.username}</b> (${f.user.name} ${f.user.lastname})</span>
         </div>
         <div style="clear:both;padding-top: 10px"></div>
-        <div class="follower_date">${_('Started following')} -
+        <div class="follower_date">${_('Started following -')}
         <span class="tooltip" title="${f.follows_from}"> ${h.age(f.follows_from)}</span></div>
         <div style="border-bottom: 1px solid #DDD;margin:10px 0px 10px 0px"></div>
     </div>