avoid mixing english with translation

"google search" is english which would get mixed in with translated text.
Instead, usr just the plugin name.
master
Joey Hess 2009-01-26 13:08:25 -05:00
parent 12eb056b33
commit 66bc27b485
1 changed files with 1 additions and 1 deletions

View 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) {