diff options
author | Vasco Almeida <vascomalmeida@sapo.pt> | 2016-03-14 23:34:22 -0100 |
---|---|---|
committer | Vasco Almeida <vascomalmeida@sapo.pt> | 2016-03-25 14:04:58 -0100 |
commit | abf579559252af1da773b5b70dbe24a84cc73de4 (patch) | |
tree | 1e384fc0fa7ddcc0d0c1b3147b704ab1ba58c1c6 /po/fr.po | |
parent | l10n: fr: fix wrongly translated option name (diff) | |
download | tgif-abf579559252af1da773b5b70dbe24a84cc73de4.tar.xz |
l10n: fr: change "id de clé" to match "id-clé"
At builtin/tag.c:23 French message translation, "<key-id>" was
translated to "<id-clé>", 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 <vascomalmeida@sapo.pt>
Diffstat (limited to 'po/fr.po')
-rw-r--r-- | po/fr.po | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |