]> git.deb.at Git - deb/packages.git/blobdiff - lib/Packages/DoSearch.pm
Typo in format string
[deb/packages.git] / lib / Packages / DoSearch.pm
index 69765addad76f239c4d78294c0fb4b08177202f3..c1c544690ae3ffc21c7ae85f046284c4b06086cb 100644 (file)
@@ -95,7 +95,7 @@ sub do_search {
     if ($searchon eq "names") {
        my $source_wording = $opts->{source} ? _g("source packages") : _g("packages");
        # sorry to all translators for that one... (patches welcome)
-       msg( sprintf( _g( "You have searched for %s that names contain <em>%</em> in %s, %s, and %s." ),
+       msg( sprintf( _g( "You have searched for %s that names contain <em>%s</em> in %s, %s, and %s." ),
                      $source_wording, $keyword_enc,
                      $suite_wording, $section_wording, $arch_wording ) );
     } else {