Skip to content

Commit a0f3d92

Browse files
committed
l10n: fr: fix wrongly translated option name
In the original source, tags and heads refer to that options (--head and --tags) for git show-ref. Don't translate that terms, since they refer to actual option names. Signed-off-by: Vasco Almeida <[email protected]>
1 parent 794b1d2 commit a0f3d92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

po/fr.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10809,11 +10809,11 @@ msgstr "git show-ref --exclude-existing[=<motif>]"
1080910809

1081010810
#: builtin/show-ref.c:165
1081110811
msgid "only show tags (can be combined with heads)"
10812-
msgstr "afficher seulement les étiquettes (peut être combiné avec des têtes)"
10812+
msgstr "afficher seulement les étiquettes (peut être combiné avec heads)"
1081310813

1081410814
#: builtin/show-ref.c:166
1081510815
msgid "only show heads (can be combined with tags)"
10816-
msgstr "afficher seulement les têtes (peut être combiné avec des étiquettes)"
10816+
msgstr "afficher seulement les têtes (peut être combiné avec tags)"
1081710817

1081810818
#: builtin/show-ref.c:167
1081910819
msgid "stricter reference checking, requires exact ref path"

0 commit comments

Comments
 (0)