summaryrefslogtreecommitdiff
path: root/src/plugins/charset/charset.c
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2012-08-02 09:21:47 +0200
committerSebastien Helleu <flashcode@flashtux.org>2012-08-02 09:21:47 +0200
commite41595833a60bd3e989c731a8c781b5cc7e9475d (patch)
tree9ecd03b62e40a45962d33e22a20c90978fae30d2 /src/plugins/charset/charset.c
parent83dc57f56e7ec441cef849d1a68bb1c10ee00530 (diff)
downloadweechat-e41595833a60bd3e989c731a8c781b5cc7e9475d.zip
core: update description of plugins and translate them in output of /plugin
Diffstat (limited to 'src/plugins/charset/charset.c')
-rw-r--r--src/plugins/charset/charset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/charset/charset.c b/src/plugins/charset/charset.c
index 545cc80b1..7599e5c6c 100644
--- a/src/plugins/charset/charset.c
+++ b/src/plugins/charset/charset.c
@@ -36,7 +36,7 @@
#define CHARSET_PLUGIN_NAME "charset"
WEECHAT_PLUGIN_NAME(CHARSET_PLUGIN_NAME);
-WEECHAT_PLUGIN_DESCRIPTION("Charset plugin for WeeChat");
+WEECHAT_PLUGIN_DESCRIPTION(N_("Charset conversions"));
WEECHAT_PLUGIN_AUTHOR("Sebastien Helleu <flashcode@flashtux.org>");
WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION);
WEECHAT_PLUGIN_LICENSE(WEECHAT_LICENSE);