Commit 992a25a6 authored by Chris Allegretta's avatar Chris Allegretta
Browse files

* 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
No related merge requests found
Showing with 5 additions and 1 deletion
+5 -1
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.
......
......@@ -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"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment