Skip to content

Commit

Permalink
po: add missing letter for French message
Browse files Browse the repository at this point in the history
Add the missing "e" in "de".  While it is possible in French to omit it,
that only occurs with an apostrophe and only when the next word starts
with a vowel or mute h, which is not the case here.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Acked-by: Jean-Noël Avila <jn.avila@free.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
bk2204 authored and gitster committed Aug 28, 2020
1 parent 20de7e7 commit d9cd433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion po/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -6503,7 +6503,7 @@ msgstr "'%s' ne peut pas être résolue comme une branche"
#: remote.c:1088
#, c-format
msgid "unable to delete '%s': remote ref does not exist"
msgstr "suppression d '%s' impossible : la référence distante n'existe pas"
msgstr "suppression de '%s' impossible : la référence distante n'existe pas"

#: remote.c:1100
#, c-format
Expand Down

0 comments on commit d9cd433

Please sign in to comment.