]> git.deb.at Git - deb/packages.git/commitdiff
DoShow.pm, html/search.tmpl: Improve msgids that were hard to localize.
authorNoritada Kobayashi <nori1@dolphin.c.u-tokyo.ac.jp>
Sat, 20 Oct 2007 18:53:20 +0000 (03:53 +0900)
committerNoritada Kobayashi <nori1@dolphin.c.u-tokyo.ac.jp>
Sat, 20 Oct 2007 18:53:20 +0000 (03:53 +0900)
lib/Packages/DoShow.pm
templates/html/search.tmpl

index bf84444962d9e39ffe905b9a89fcea9aea1b7fee..92b69e59718be617d87373983f9d9248edcc8b92 100644 (file)
@@ -422,7 +422,7 @@ sub build_deps {
 
            if ($arch_str ||= '') {
                if ($arch_neg) {
-                   $arch_str = _g("not")." $arch_str";
+                   $arch_str = sprintf( _g("not %s"), "$arch_str" );
                } else {
                    $arch_str = $arch_str;
                }
index 3427f2a9bd40ea7e347efeeb671361a3ade9ba63..65729672202c2d2516ec6799f1fe63fcf34ece0c 100644 (file)
@@ -34,8 +34,8 @@
                searchformurl) %]</p>
        
        [% IF opts.searchon != "names" && opts.exact %]
-       <p>[% g('You have searched only for words exactly matching your keywords. You can try to search <a href="%s">allowing subword matching.',
-               make_search_url('',"keywords=$keyword_esc",'exact',0) ) %]</a>
+       <p>[% g('You have searched only for words exactly matching your keywords. You can try to search <a href="%s">allowing subword matching</a>.',
+               make_search_url('',"keywords=$keyword_esc",'exact',0) ) %]</p>
        [% END %]
 [% END %]
 [% IF opts.searchon == "names" && non_results %]