From 992a25a69c3cf2ea35dfc7a8e86ea761a9558aac Mon Sep 17 00:00:00 2001
From: Chris Allegretta <chrisa@asty.org>
Date: Sun, 9 Feb 2003 03:33:51 +0000
Subject: [PATCH] * 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
---
 po/ChangeLog | 4 ++++
 po/it.po     | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

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 <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 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"
-- 
GitLab