diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-12-04 08:51:28 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-12-04 08:51:28 +0100 |
commit | 76647fc171385950265375f6e498a63ffa062faa (patch) | |
tree | 3abefeeab851016bda82d81973aee53310b84090 /doc/fr | |
parent | f411a59a7d6d1c21e60d9be8a98afbd1994f80c8 (diff) | |
download | weechat-76647fc171385950265375f6e498a63ffa062faa.zip |
doc: fix style for prefixes in function weechat_prefix (plugin API reference)
Diffstat (limited to 'doc/fr')
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt index e8ea31958..7a86eb66d 100644 --- a/doc/fr/weechat_plugin_api.fr.txt +++ b/doc/fr/weechat_plugin_api.fr.txt @@ -6240,14 +6240,14 @@ Paramètres : * 'prefix' : nom du préfixe : -[width="70%",cols="^2e,^1l,^3,5",options="header"] +[width="70%",cols="^2e,^1,^3,5",options="header"] |======================================== | Préfixe | Valeur | Couleur | Description -| error | =!= | jaune ("yellow") | message d'erreur -| network | -- | violet ("magenta") | message du réseau -| action | * | blanc ("white") | action personnelle -| join | --> | vert clair ("lightgreen") | quelqu'un a rejoint la discussion -| quit | <-- | rouge clair ("lightred") | quelqu'un a quitté la discussion +| error | `=!=` | jaune ("yellow") | message d'erreur +| network | `--` | violet ("magenta") | message du réseau +| action | `*` | blanc ("white") | action personnelle +| join | `-->` | vert clair ("lightgreen") | quelqu'un a rejoint la discussion +| quit | `<--` | rouge clair ("lightred") | quelqu'un a quitté la discussion |======================================== [NOTE] |