From abf579559252af1da773b5b70dbe24a84cc73de4 Mon Sep 17 00:00:00 2001 From: Vasco Almeida Date: Mon, 14 Mar 2016 23:34:22 -0100 Subject: [PATCH] =?utf8?q?l10n:=20fr:=20change=20"id=20de=20cl=C3=A9"=20to?= =?utf8?q?=20match=20"id-cl=C3=A9"?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit At builtin/tag.c:23 French message translation, "" was translated to "", but at builtin/tag.c:355 "key-id" was translated to "id de clé", hence an inconsistency in git tag -h output. Translate "key-id" to "id-clé". Alternatively, both places could use "id de clé" instead of "id-clé". Signed-off-by: Vasco Almeida --- po/fr.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/fr.po b/po/fr.po index b8fe1f016b..868514e924 100644 --- a/po/fr.po +++ b/po/fr.po @@ -2945,7 +2945,7 @@ msgstr "utiliser l'horodatage actuel pour la date d'auteur" #: builtin/am.c:2321 builtin/commit.c:1593 builtin/merge.c:225 #: builtin/pull.c:159 builtin/revert.c:92 builtin/tag.c:355 msgid "key-id" -msgstr "id de clé" +msgstr "id-clé" #: builtin/am.c:2322 msgid "GPG-sign commits" -- 2.47.1