]> git.deb.at Git - deb/packages.git/blobdiff - templates/html/search_contents.tmpl
html/search_contents.tmpl: Fix inverted wording choice
[deb/packages.git] / templates / html / search_contents.tmpl
index 93ff2c6fe1bcf95e759cf73b03de0900c56ab003..3388fe3a2cf5a69f67fac699f49493106a854bd0 100644 (file)
 [%- PROCESS 'html/messages.tmpl' -%]
 <div id="pcontentsres">
 
-[%# @translators: I'm really sorry :/ %]
 [% section_wording = ( section_enc == 'all' ? g("all sections") : g("section(s) <em>%s</em>", section_enc) );
    arch_wording = ( architectures_enc == 'any' ? g("all architectures") : g("architecture(s) <em>%s</em>", architectures_enc) );
    wording = g("paths that end with");
    IF mode == 'filename';
-       wording = g("files named");
-   ELSIF mode == 'exactfilename';
        wording = g("filenames that contain");
+   ELSIF mode == 'exactfilename';
+       wording = g("files named");
    END %]
+[%# @translators: I'm really sorry :/ %]
 <p>[% g('You have searched for %s <em>%s</em> in suite <em>%s</em>, %s, and %s.',
        wording, keyword_enc, suite, section_wording, arch_wording) %]