--- t-prot 2005-05-08 19:50:44.000000000 +0200 +++ t-prot-G126 2005-05-08 19:54:42.000000000 +0200 @@ -1013,16 +1013,16 @@ Locale::gettext::gettext("Can't check signature: %s\n") =~ m/^([^%]*)/; ($gpg_aka) = - Locale::gettext::gettext((' 'x16).'aka "%s"') =~ + Locale::gettext::gettext((' 'x16).'aka "') =~ m/^([^"«%]*)["«%]/; ($gpg_bad) = - Locale::gettext::gettext('BAD signature from "%s"') =~ + Locale::gettext::gettext('BAD signature from "') =~ m/^([^"«%]*)["«%]/; ($gpg_expired) = Locale::gettext::gettext("Note: This key has expired!\n") =~ m/^(.*)\n/m; ($gpg_good) = - Locale::gettext::gettext('Good signature from "%s"') =~ + Locale::gettext::gettext('Good signature from "') =~ m/^(([^"«%]*))["«%]/; ($gpg_bug) = Locale::gettext::gettext("... this is a bug (%s:%d:%s)\n") =~