* it.po: Fix broken format string in translation
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1438 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
a66a8f72a4
commit
992a25a69c
|
@ -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.
|
||||
|
|
2
po/it.po
2
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"
|
||||
|
|
Loading…
Reference in New Issue