From 9f7d505d20b4c6c139cef846495903f05d3fea58 Mon Sep 17 00:00:00 2001 From: Dave Neary Date: Wed, 3 Aug 2005 13:21:44 +0000 Subject: [PATCH] Fix a C formatting string translation. 2005-08-02 Dave Neary * tr.po: Fix a C formatting string translation. --- po/ChangeLog | 4 ++++ po/tr.po | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/po/ChangeLog b/po/ChangeLog index fdf0ab56..4b6c56d4 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2005-08-02 Dave Neary + + * tr.po: Fix a C formatting string translation. + 2005-06-28 Alexander Shopov * bg.po: Updated Bulgarian translation by diff --git a/po/tr.po b/po/tr.po index a0c4503b..2bedd9f7 100644 --- a/po/tr.po +++ b/po/tr.po @@ -32,8 +32,8 @@ msgstr "okunan veri miktarı" #, c-format msgid "read %lu byte of data" msgid_plural "read %lu bytes of data" -msgstr[0] "%d bayt oku" -msgstr[1] "%d bayt oku" +msgstr[0] "%lu bayt oku" +msgstr[1] "%lu bayt oku" #: lib/write.c:52 #, c-format