The following commit has been merged in the lenny branch:
commit 77b82aef06dccefa22ae7b2913f868ef318ec4c1
Author: Raphael Hertzog <[EMAIL PROTECTED]>
Date: Tue Apr 29 20:35:55 2008 +0200
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 b609849..a487281 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 26acf4a..e630ccb 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 b039444..99aec10 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 c929356..21219dd 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 660420e..ad6a4eb 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 c2f9e95..0271329 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 e181550..6a04962 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 d585961..ad1ed2e 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
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]