changeset 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 513de5ffe608
children 6865c9d0a8f5
files rhodecode/templates/followers/followers_data.html rhodecode/templates/repo_switcher_list.html
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
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>
--- a/rhodecode/templates/repo_switcher_list.html	Tue Jun 05 00:25:31 2012 +0200
+++ b/rhodecode/templates/repo_switcher_list.html	Tue Jun 05 20:40:43 2012 +0200
@@ -1,7 +1,7 @@
 ## -*- coding: utf-8 -*-
 
 <li class="qfilter_rs">
-    <input type="text" style="border:0" value="quick filter..." name="filter" size="15" id="q_filter_rs" />
+    <input type="text" style="border:0" value="${_('quick filter...')}" name="filter" size="20" id="q_filter_rs" />
 </li>
 
 %for repo in c.repos_list: