From: Frank Lichtenheld
Date: Fri, 19 Oct 2007 21:41:39 +0000 (+0200)
Subject: html/show.tmpl: Translate a missing string
X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=f32e77552d08600a0552637ce3c85315ea4aae04;p=deb%2Fpackages.git
html/show.tmpl: Translate a missing string
"Download $pkg" was not marked as translatable.
(Found while testing the Japanese translation)
---
diff --git a/templates/html/show.tmpl b/templates/html/show.tmpl
index c7da7c6..90c5e72 100644
--- a/templates/html/show.tmpl
+++ b/templates/html/show.tmpl
@@ -264,7 +264,7 @@ Do not install it on a normal %s system.', organisation ) %]
[% FOREACH d IN downloads %]
[% IF loop.first -%]
-
Download [% pkg %]
+
[% g('Download %s', pkg) %]
[% g('Download for all available architectures') %]