summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Kłoczko <kloczek@src.gnome.org>2005-01-11 02:09:50 +0000
committerTomasz Kłoczko <kloczek@src.gnome.org>2005-01-11 02:09:50 +0000
commitfee415ecd85bfee07e4cf364bffcc4a988104a54 (patch)
tree1d9c200afcb2d3bcd69819822cf51286affbc122
parent647a313d5b7954da40cf881d01de28a43b5e9768 (diff)
downloadlibgtop-fee415ecd85bfee07e4cf364bffcc4a988104a54.tar.gz
Fixed format string bug in plural forms: use in all forms %lu.
-rw-r--r--po/es.po4
1 files changed, 2 insertions, 2 deletions
diff --git a/po/es.po b/po/es.po
index 98c46f06..ada03ab6 100644
--- a/po/es.po
+++ b/po/es.po
@@ -40,8 +40,8 @@ msgstr "leído tamaño de datos"
#, c-format
msgid "read %lu byte of data"
msgid_plural "read %lu bytes of data"
-msgstr[0] "leído %d byte de datos"
-msgstr[1] "leídos %d bytes de datos"
+msgstr[0] "leído %lu byte de datos"
+msgstr[1] "leídos %lu bytes de datos"
#: lib/write.c:51
#, c-format