From: Chris Allegretta Date: Sun, 9 Feb 2003 03:33:51 +0000 (+0000) Subject: * it.po: Fix broken format string in translation X-Git-Tag: v1.1.99pre3~30 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=992a25a69c3cf2ea35dfc7a8e86ea761a9558aac;p=nano.git * it.po: Fix broken format string in translation git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1438 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/po/ChangeLog b/po/ChangeLog index 8f3dbeac..51e08ae1 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2003-02-08 Chris ALlegreta + + * it.po: Fix broken format string in translation. + 2003-02-08 Jordi Mallach * it.po: Updated Italian translation by Marco Colombo. diff --git a/po/it.po b/po/it.po index 8b7abcea..7bdba458 100644 --- a/po/it.po +++ b/po/it.po @@ -1612,7 +1612,7 @@ msgstr "No" #: winio.c:1442 #, c-format msgid "line %ld/%ld (%d%%), col %lu/%lu (%d%%), char %lu/%ld (%d%%)" -msgstr "Riga %d/%d (%d%%), col %lu/%lu (%.d%%), car %lu/%lu (%.d%%)" +msgstr "Riga %ld/%ld (%d%%), col %lu/%lu (%.d%%), car %lu/%ld (%d%%)" #: winio.c:1698 msgid "Dumping file buffer to stderr...\n"