summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Neary <bolsh@gimp.org>2005-08-03 13:21:44 +0000
committerDavid Neary <bolsh@src.gnome.org>2005-08-03 13:21:44 +0000
commit9f7d505d20b4c6c139cef846495903f05d3fea58 (patch)
tree151274267dc186341a1299d4cc4f5de3f1da4589
parent78cb7832c50f0cbb8225a201d46539198cf99a25 (diff)
downloadlibgtop-9f7d505d20b4c6c139cef846495903f05d3fea58.tar.gz
Fix a C formatting string translation.
2005-08-02 Dave Neary <bolsh@gimp.org> * tr.po: Fix a C formatting string translation.
-rw-r--r--po/ChangeLog4
-rw-r--r--po/tr.po4
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 <bolsh@gimp.org>
+
+ * tr.po: Fix a C formatting string translation.
+
2005-06-28 Alexander Shopov <ash@contact.bg>
* 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