summaryrefslogtreecommitdiff
path: root/doc/fr
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2016-11-06 08:25:20 +0100
committerGitHub <noreply@github.com>2016-11-06 08:25:20 +0100
commit8bb5ab6c44149f5c1b6684c10a2f2380ff314104 (patch)
tree416b1875ebaf7e331d5cd9a1670753d93c7f3fa0 /doc/fr
parent01eef6b5d735050bceb0d515259cc746f20b0bc1 (diff)
parenta1e20fb9622c2739c65da15b4bd82d21c8b08897 (diff)
downloadweechat-8bb5ab6c44149f5c1b6684c10a2f2380ff314104.zip
Merge pull request #835 from l/master/translation/ja_JP
core: update Japanese translations
Diffstat (limited to 'doc/fr')
-rw-r--r--doc/fr/weechat_plugin_api.fr.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fr/weechat_plugin_api.fr.adoc b/doc/fr/weechat_plugin_api.fr.adoc
index 4b9dedc45..3a98be3f8 100644
--- a/doc/fr/weechat_plugin_api.fr.adoc
+++ b/doc/fr/weechat_plugin_api.fr.adoc
@@ -9762,7 +9762,7 @@ Il est donc recommandé de choisir un nom avec un préfixe unique, comme
Le "callback" doit seulement appeler la fonction
<<_hook_completion_list_add,hook_completion_list_add>>
et ne doit *PAS* mettre à jour la ligne de commande. +
-Pour mettre à jour la ligne de commande quand key[Tab] est pressé, vous pouvez
+Pour mettre à jour la ligne de commande quand kbd:[Tab] est pressé, vous pouvez
utiliser la fonction <<_hook_command_run,hook_command_run>>
avec la commande : "/input complete_next" (et vous devez retourner
_WEECHAT_RC_OK_EAT_ si votre "callback" a mis à jour la ligne de commande, de