nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 992a25a69c3cf2ea35dfc7a8e86ea761a9558aac
parent a66a8f72a403676616c87d06e7425b4349a3dde5
Author: Chris Allegretta <chrisa@asty.org>
Date:   Sun,  9 Feb 2003 03:33:51 +0000

* 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

Diffstat:
Mpo/ChangeLog | 4++++
Mpo/it.po | 2+-
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git 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 @@ -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"