From bb60753844b259e6118490df98909b6b2ed22faf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20K=C5=82oczko?= Date: Wed, 26 Jan 2005 08:03:07 +0000 Subject: [PATCH] fixed format string specification bugs in translations. --- po/bg.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/po/bg.po b/po/bg.po index a5c0adee..c765de98 100644 --- a/po/bg.po +++ b/po/bg.po @@ -33,8 +33,8 @@ msgstr "размер прочетени данни" #, c-format msgid "read %lu byte of data" msgid_plural "read %lu bytes of data" -msgstr[0] "прочетен %d байт от данните" -msgstr[1] "прочетени %d байта от данните" +msgstr[0] "прочетен %lu байт от данните" +msgstr[1] "прочетени %lu байта от данните" #: lib/write.c:51 #, c-format