diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2007-05-22 14:46:59 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2007-05-22 14:46:59 +0000 |
commit | e339e9020d903e7d2025661e43382e63b4c819d6 (patch) | |
tree | 4a26d123093391c6c3f8c4397baa6bd520cf7b4d /doc/fr/weechat.fr.xml | |
parent | 5332d2ba278e24eb7a388a241fc73e0fea5c87af (diff) | |
download | weechat-e339e9020d903e7d2025661e43382e63b4c819d6.zip |
Fixed "%C" completion: now completes with all channels of all servers
Diffstat (limited to 'doc/fr/weechat.fr.xml')
-rw-r--r-- | doc/fr/weechat.fr.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fr/weechat.fr.xml b/doc/fr/weechat.fr.xml index d1d686084..1e4dbd56c 100644 --- a/doc/fr/weechat.fr.xml +++ b/doc/fr/weechat.fr.xml @@ -2351,7 +2351,7 @@ msg_handler = plugin->msg_handler_add (plugin, "KICK", </row> <row> <entry><literal>%C</literal></entry> - <entry>canaux du serveur courant</entry> + <entry>tous les canaux (y compris les privés)</entry> </row> <row> <entry><literal>%f</literal></entry> |