diff --git a/po/ChangeLog b/po/ChangeLog index 8f3dbeac74e0f8e3994ffaf17e03e54b5305952c..51e08ae1f0379c6c8b11643ffeb7cd6e614c2f77 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2003-02-08 Chris ALlegreta <chrisa@asty.org> + + * it.po: Fix broken format string in translation. + 2003-02-08 Jordi Mallach <jordi@gnu.org> * it.po: Updated Italian translation by Marco Colombo. diff --git a/po/it.po b/po/it.po index 8b7abcead983dc62141616bec1416bafc3716087..7bdba458717a9330c95554389d72dcf2051e99df 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"