Преглед изворни кода

Dpkg::Control::HashCore: Use proper quotes

Reverts partial regression introduced with cherry pick in commit
aea291e3db1ac0414dcf005a0a607e78bdd77a5e.
Guillem Jover пре 11 година
родитељ
комит
e2047c6fae
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      scripts/Dpkg/Control/HashCore.pm
  2. 1 1
      scripts/po/de.po

+ 1 - 1
scripts/Dpkg/Control/HashCore.pm

@@ -247,7 +247,7 @@ sub parse {
 		chomp;
 		chomp;
 		unless (m/^-----BEGIN PGP SIGNATURE-----[\r\t ]*$/) {
 		unless (m/^-----BEGIN PGP SIGNATURE-----[\r\t ]*$/) {
 		    $self->parse_error($desc, g_('expected OpenPGP signature, ' .
 		    $self->parse_error($desc, g_('expected OpenPGP signature, ' .
-		                                 "found something else \`%s'"), $_);
+		                                 "found something else '%s'"), $_);
                 }
                 }
 		# Skip OpenPGP signature
 		# Skip OpenPGP signature
 		while (<$fh>) {
 		while (<$fh>) {

+ 1 - 1
scripts/po/de.po

@@ -2466,7 +2466,7 @@ msgstr "OpenPGP-Signatur erwartet, Dateiende nach einer Leerzeile gefunden"
 
 
 #: scripts/Dpkg/Control/HashCore.pm
 #: scripts/Dpkg/Control/HashCore.pm
 #, perl-format
 #, perl-format
-msgid "expected OpenPGP signature, found something else `%s'"
+msgid "expected OpenPGP signature, found something else '%s'"
 msgstr "OpenPGP-Signatur erwartet, etwas anderes gefunden »%s«"
 msgstr "OpenPGP-Signatur erwartet, etwas anderes gefunden »%s«"
 
 
 #: scripts/Dpkg/Control/HashCore.pm
 #: scripts/Dpkg/Control/HashCore.pm