]> git.deb.at Git - pkg/t-prot.git/blob - contrib/t-prot-r1.222-gpg126.diff
Imported Upstream version 1.96
[pkg/t-prot.git] / contrib / t-prot-r1.222-gpg126.diff
1 --- t-prot      Mon Feb 14 15:17:19 2005
2 +++ t-prot-G126 Mon Feb 14 15:15:30 2005
3 @@ -972,16 +972,16 @@
4                  Locale::gettext::gettext("Can't check signature: %s\n") =~
5                  m/^([^%]*)/o;
6              ($gpg_aka) =
7 -                Locale::gettext::gettext((' 'x16).'aka "%s"') =~
8 +                Locale::gettext::gettext((' 'x16).'aka "') =~
9                  m/^(.*?)"/o;
10              ($gpg_bad) =
11 -                Locale::gettext::gettext('BAD signature from "%s"') =~
12 +                Locale::gettext::gettext('BAD signature from "') =~
13                  m/^(.*?)"/o;
14              ($gpg_expired) =
15                  Locale::gettext::gettext("Note: This key has expired!\n") =~
16                  m/^(.*?)\n/mo;
17              ($gpg_good) =
18 -                Locale::gettext::gettext('Good signature from "%s"') =~
19 +                Locale::gettext::gettext('Good signature from "') =~
20                  m/^(.*?)"/o;
21              ($gpg_bug) =
22                  Locale::gettext::gettext("... this is a bug (%s:%d:%s)\n") =~