From f884d8966ec53870f4d191b86e8d05f8411b2f6e Mon Sep 17 00:00:00 2001 From: Noritada Kobayashi Date: Sun, 21 Oct 2007 17:52:31 +0900 Subject: [PATCH] html/show.tmpl: Mark a dependency operator 'or' for 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 59a125c..29e1f52 100644 --- a/templates/html/show.tmpl +++ b/templates/html/show.tmpl @@ -232,7 +232,7 @@ [% '
  • ' UNLESS is_old_pkgs %] [% FOREACH alternatives %] [% '
    ' IF loop.first %] -
    [% IF loop.first %][% id %]:[% ELSE %]or [% END %] +
    [% IF loop.first %][% id %]:[% ELSE %][% g('or ') %][% END %] [% IF suite %][% name %][% ELSE %][% name %][% END %] [% ' (' _ version _ ')' IF version %] [% ' [' _ arch_str _ ']' IF arch_str %]
    -- 2.39.2