]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/google.pm
Merge commit 'origin/master' into po
[ikiwiki.git] / IkiWiki / Plugin / google.pm
index 71948a7e91fb40f1208c4d7e9bccf6fde1dca630..1683220e7ed659c8857ae2aae0fcf8ff966969f7 100644 (file)
@@ -24,7 +24,7 @@ sub getsetup () {
 
 sub checkconfig () {
        if (! length $config{url}) {
-               error(sprintf(gettext("Must specify %s when using the %s plugin"), "url", 'google search'));
+               error(sprintf(gettext("Must specify %s when using the %s plugin"), "url", 'google'));
        }
        my $uri=URI->new($config{url});
        if (! $uri || ! defined $uri->host) {