From f32e77552d08600a0552637ce3c85315ea4aae04 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Fri, 19 Oct 2007 23:41:39 +0200 Subject: [PATCH] html/show.tmpl: Translate a missing string "Download $pkg" was not marked as translatable. (Found while testing the Japanese translation) --- templates/html/show.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) %]

-- 2.39.2
[% g('Download for all available architectures') %]