diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2012-10-18 23:33:08 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2012-10-18 14:29:15 -0700 |
commit | c78bf189985b89941aab1861145b99f7f61c2013 (patch) | |
tree | b2fb8b8b0bb8791fb7525a3f8a061390ecd84dd6 /po | |
parent | f7b5737c712eed6ea3413983e7a47321d5795b29 (diff) | |
download | subsurface-c78bf189985b89941aab1861145b99f7f61c2013.tar.gz |
French translation update
there is a missing % in one of the lines i think:
po/fr_FR.po:62: 'msgstr' is not a valid C format string, unlike 'msgid'. Reason:
The string refers to argument number 4 but ignores argument number 3.
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'po')
-rw-r--r-- | po/fr_FR.po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/fr_FR.po b/po/fr_FR.po index 2b4edbe58..a599fc490 100644 --- a/po/fr_FR.po +++ b/po/fr_FR.po @@ -59,7 +59,7 @@ msgstr "%1$s %3$d %2$s %4$d, %5$02d:%6$02d" #: statistics.c:529 #, c-format msgid "%1$s, %2$s %3$d, %4$d %5$2d:%6$02d" -msgstr "%1$s 3$d %2$s %4$d, %5$2d:%6$02d" +msgstr "%1$s %3$d %2$s %4$d, %5$2d:%6$02d" #: print.c:254 statistics.c:536 #, c-format |