From fee415ecd85bfee07e4cf364bffcc4a988104a54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20K=C5=82oczko?= Date: Tue, 11 Jan 2005 02:09:50 +0000 Subject: [PATCH] Fixed format string bug in plural forms: use in all forms %lu. --- po/es.po | 4 ++-- 1 file 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