]> git.ipfire.org Git - thirdparty/git.git/commitdiff
l10n: fr: fix a message seen in git bisect
authorRaphaël Hertzog <hertzog@debian.org>
Wed, 4 Jul 2018 15:43:56 +0000 (17:43 +0200)
committerJean-Noël Avila <jn.avila@free.fr>
Wed, 5 Sep 2018 20:15:09 +0000 (22:15 +0200)
"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 <hertzog@debian.org>
po/fr.po

index 2bae7536042ed949fb5ae83b4a7679597c2888ac..eb760686a54cfb1ebdeb395fd42c3ea19cff5a20 100644 (file)
--- 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."