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 <hertzog@debian.org>
Raphaël Hertzog committed
Jul 4, 2018 at 17:43 UTC
8944a833427601736ccd355a829e73fa660522a2
1 file changed
+2
-2
po/fr.po
+2
-2
@@ -1062,8 +1062,8 @@ msgstr[1] "(à peu près %d étapes)"
1062
#, c-format
1063
msgid "Bisecting: %d revision left to test after this %s\n"
1064
msgid_plural "Bisecting: %d revisions left to test after this %s\n"
1065
-msgstr[0] "Bissection : %d révision à tester après cette %s\n"
1066
-msgstr[1] "Bissection : %d révisions à tester après cette %s\n"
1065
+msgstr[0] "Bissection : %d révision à tester après ceci %s\n"
1066
+msgstr[1] "Bissection : %d révisions à tester après ceci %s\n"
1067
1068
#: blame.c:1756
1069
msgid "--contents and --reverse do not blend well."