summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/Dpkg/Control/HashCore.pm2
-rw-r--r--scripts/po/de.po2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/Dpkg/Control/HashCore.pm b/scripts/Dpkg/Control/HashCore.pm
index 4162ad95f..9e9da2024 100644
--- a/scripts/Dpkg/Control/HashCore.pm
+++ b/scripts/Dpkg/Control/HashCore.pm
@@ -247,7 +247,7 @@ sub parse {
chomp;
unless (m/^-----BEGIN PGP SIGNATURE-----[\r\t ]*$/) {
$self->parse_error($desc, g_('expected OpenPGP signature, ' .
- "found something else \`%s'"), $_);
+ "found something else '%s'"), $_);
}
# Skip OpenPGP signature
while (<$fh>) {
diff --git a/scripts/po/de.po b/scripts/po/de.po
index 9b551b331..2ff1ae632 100644
--- a/scripts/po/de.po
+++ b/scripts/po/de.po
@@ -2466,7 +2466,7 @@ msgstr "OpenPGP-Signatur erwartet, Dateiende nach einer Leerzeile gefunden"
#: scripts/Dpkg/Control/HashCore.pm
#, 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«"
#: scripts/Dpkg/Control/HashCore.pm