Fixed format string bug in plural forms: use in all forms %lu.
This commit is contained in:
4
po/es.po
4
po/es.po
@@ -40,8 +40,8 @@ msgstr "leído tamaño de datos"
|
|||||||
#, c-format
|
#, c-format
|
||||||
msgid "read %lu byte of data"
|
msgid "read %lu byte of data"
|
||||||
msgid_plural "read %lu bytes of data"
|
msgid_plural "read %lu bytes of data"
|
||||||
msgstr[0] "leído %d byte de datos"
|
msgstr[0] "leído %lu byte de datos"
|
||||||
msgstr[1] "leídos %d bytes de datos"
|
msgstr[1] "leídos %lu bytes de datos"
|
||||||
|
|
||||||
#: lib/write.c:51
|
#: lib/write.c:51
|
||||||
#, c-format
|
#, c-format
|
||||||
|
Reference in New Issue
Block a user