]> git.deb.at Git - pkg/t-prot.git/blob - contrib/t-prot-r1.227-gpg126.diff
Imported Upstream version 1.99.1+2.0-rc2
[pkg/t-prot.git] / contrib / t-prot-r1.227-gpg126.diff
1 --- t-prot      Tue Mar  1 16:20:49 2005
2 +++ t-prot-G126 Tue Mar  1 16:21:49 2005
3 @@ -968,16 +968,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") =~