]> git.deb.at Git - deb/packages.git/blobdiff - templates/html/search_contents.tmpl
Fix javascript code for long packages list
[deb/packages.git] / templates / html / search_contents.tmpl
index 513b4514df5cbf33bbf87cdfb128c8d751eda582..64547ba3c0fa4469a8310ac42ff1a8c65c8213fc 100644 (file)
@@ -69,7 +69,6 @@
 [%- 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");
@@ -78,6 +77,7 @@
    ELSIF mode == 'exactfilename';
        wording = g("filenames that contain");
    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) %]
 
@@ -85,8 +85,7 @@
 [% g('Found <strong>%u results</strong>.', results.size) %]
 
 [% IF too_many_hits %]
-<p id="psearchtoomanyhits">[% g('Note: Your search was too wide so we will only display only the first about 100 matches.
-Please consider using a longer keyword or more keywords.') %]</p>
+<p id="psearchtoomanyhits">[% g('Note: Your search was too wide so we will only display only the first about 100 matches. Please consider using a longer keyword or more keywords.') %]</p>
 [% END %]
 
 <table>