The following commit has been merged in the master branch:
commit 0e8fe98658d63a07a1449cee61f16a67136134e6
Author: Philipp Kern <[email protected]>
Date:   Sat May 2 11:26:25 2009 +0200

    Fix format string in German translation
    
    Signed-off-by: Philipp Kern <[email protected]>

diff --git a/scripts/po/de.po b/scripts/po/de.po
index ea998cc..c50381c 100644
--- a/scripts/po/de.po
+++ b/scripts/po/de.po
@@ -2258,8 +2258,8 @@ msgstr "warte auf %s"
 #, perl-format
 msgid "%s didn't complete in %d second"
 msgid_plural "%s didn't complete in %d seconds"
-msgstr[0] "%s beendete sich nicht innerhalb von %s Sekunden"
-msgstr[1] "%s beendeten sich nicht innerhalb von %s Sekunden"
+msgstr[0] "%s beendete sich nicht innerhalb von %d Sekunden"
+msgstr[1] "%s beendeten sich nicht innerhalb von %d Sekunden"
 
 #: scripts/Dpkg/Shlibs/Objdump.pm:83
 msgid "cannot fork for objdump"

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to