From: Raphaël Hertzog Date: Wed, 4 Jul 2018 15:43:56 +0000 (+0200) Subject: l10n: fr: fix a message seen in git bisect X-Git-Tag: v2.19.0~1^2~4^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8944a833427601736ccd355a829e73fa660522a2;p=thirdparty%2Fgit.git l10n: fr: fix a message seen in git bisect "cette" can be only be used before a word (like in "cette bouteille" for "this bottle"), but here "this" refers to the current step and we have to use "ceci" in French. Signed-off-by: Raphaël Hertzog --- diff --git a/po/fr.po b/po/fr.po index 2bae753604..eb760686a5 100644 --- a/po/fr.po +++ b/po/fr.po @@ -1062,8 +1062,8 @@ msgstr[1] "(à peu près %d étapes)" #, c-format msgid "Bisecting: %d revision left to test after this %s\n" msgid_plural "Bisecting: %d revisions left to test after this %s\n" -msgstr[0] "Bissection : %d révision à tester après cette %s\n" -msgstr[1] "Bissection : %d révisions à tester après cette %s\n" +msgstr[0] "Bissection : %d révision à tester après ceci %s\n" +msgstr[1] "Bissection : %d révisions à tester après ceci %s\n" #: blame.c:1756 msgid "--contents and --reverse do not blend well."