From: Raphael Hertzog Date: Tue, 29 Apr 2008 18:35:55 +0000 (+0200) Subject: Fix typo in an error message X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77b82aef06dccefa22ae7b2913f868ef318ec4c1;p=dpkg Fix typo in an error message * scripts/Dpkg/Source/Package/V3/git.pm (do_extract): Fix error message. * scripts/po/*.po: Update the po files accordingly. --- diff --git a/scripts/Dpkg/Source/Package/V3/git.pm b/scripts/Dpkg/Source/Package/V3/git.pm index b6098499..a487281e 100644 --- a/scripts/Dpkg/Source/Package/V3/git.pm +++ b/scripts/Dpkg/Source/Package/V3/git.pm @@ -306,7 +306,7 @@ sub do_extract { if (%config) { warning(_g("modifying .git/config to comment out some settings")); open(GIT_CONFIG, ">>", ".git/config") || - syserr(_g("unstable to append to %s"), ".git/config"); + syserr(_g("unable to append to %s"), ".git/config"); print GIT_CONFIG "\n# "._g("The following setting(s) were disabled by dpkg-source").":\n"; foreach my $field (sort keys %config) { foreach my $value (@{$config{$field}}) { diff --git a/scripts/po/ca.po b/scripts/po/ca.po index 26acf4a0..e630ccbe 100644 --- a/scripts/po/ca.po +++ b/scripts/po/ca.po @@ -2618,7 +2618,7 @@ msgstr "" #: scripts/Dpkg/Source/Package/V3/git.pm:309 #, perl-format -msgid "unstable to append to %s" +msgid "unable to append to %s" msgstr "" #: scripts/Dpkg/Source/Package/V3/git.pm:310 diff --git a/scripts/po/de.po b/scripts/po/de.po index b0394445..99aec106 100644 --- a/scripts/po/de.po +++ b/scripts/po/de.po @@ -3021,7 +3021,7 @@ msgstr "ver #: scripts/Dpkg/Source/Package/V3/git.pm:309 #, perl-format -msgid "unstable to append to %s" +msgid "unable to append to %s" msgstr "" #: scripts/Dpkg/Source/Package/V3/git.pm:310 diff --git a/scripts/po/dpkg-dev.pot b/scripts/po/dpkg-dev.pot index c929356b..21219ddb 100644 --- a/scripts/po/dpkg-dev.pot +++ b/scripts/po/dpkg-dev.pot @@ -2586,7 +2586,7 @@ msgstr "" #: scripts/Dpkg/Source/Package/V3/git.pm:309 #, perl-format -msgid "unstable to append to %s" +msgid "unable to append to %s" msgstr "" #: scripts/Dpkg/Source/Package/V3/git.pm:310 diff --git a/scripts/po/fr.po b/scripts/po/fr.po index 660420e5..ad6a4eb8 100644 --- a/scripts/po/fr.po +++ b/scripts/po/fr.po @@ -3021,7 +3021,7 @@ msgstr "" #: scripts/Dpkg/Source/Package/V3/git.pm:309 #, fuzzy, perl-format -msgid "unstable to append to %s" +msgid "unable to append to %s" msgstr "impossible d'ouvrir le répertoire %s" #: scripts/Dpkg/Source/Package/V3/git.pm:310 diff --git a/scripts/po/pl.po b/scripts/po/pl.po index c2f9e95f..0271329f 100644 --- a/scripts/po/pl.po +++ b/scripts/po/pl.po @@ -3025,7 +3025,7 @@ msgstr "" #: scripts/Dpkg/Source/Package/V3/git.pm:309 #, perl-format -msgid "unstable to append to %s" +msgid "unable to append to %s" msgstr "nie można dopisać do %s" #: scripts/Dpkg/Source/Package/V3/git.pm:310 diff --git a/scripts/po/ru.po b/scripts/po/ru.po index e1815502..6a04962b 100644 --- a/scripts/po/ru.po +++ b/scripts/po/ru.po @@ -2979,7 +2979,7 @@ msgstr "" #: scripts/Dpkg/Source/Package/V3/git.pm:309 #, fuzzy, perl-format -msgid "unstable to append to %s" +msgid "unable to append to %s" msgstr "Невозможно открыть каталог %s" #: scripts/Dpkg/Source/Package/V3/git.pm:310 diff --git a/scripts/po/sv.po b/scripts/po/sv.po index d5859613..ad1ed2ec 100644 --- a/scripts/po/sv.po +++ b/scripts/po/sv.po @@ -2977,7 +2977,7 @@ msgstr "modifierar .git/config för att kommentera ut några inställningar" #: scripts/Dpkg/Source/Package/V3/git.pm:309 #, perl-format -msgid "unstable to append to %s" +msgid "unable to append to %s" msgstr "kunde inte lägga till till %s" #: scripts/Dpkg/Source/Package/V3/git.pm:310