[debexpo/master] Translate more strings in the base template.

Jonny Lamb jonny at debian.org
Wed Nov 5 18:57:36 CET 2008


Signed-off-by: Jonny Lamb <jonny at debian.org>
---
 debexpo/templates/base.mako |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debexpo/templates/base.mako b/debexpo/templates/base.mako
index 570ef15..233a1cc 100644
--- a/debexpo/templates/base.mako
+++ b/debexpo/templates/base.mako
@@ -46,7 +46,7 @@
         </div>
 
         <div class="maintainers">
-            <h2>Maintainers</h2>
+            <h2>${ _('Maintainers') }</h2>
             <ul>
                 <li>${ h.tags.link_to(
                         _('Introduction'),
@@ -76,7 +76,7 @@
         </div>
 
         <div class="sponsors">
-            <h2>Sponsors</h2>
+            <h2>${ _('Sponsors') }</h2>
             <ul>
                 <li>${ h.tags.link_to(
                         _('Introduction'),
-- 
1.5.6.5



More information about the debexpo-commits mailing list