summaryrefslogtreecommitdiff
path: root/src/plugins/rmodifier/rmodifier.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/rmodifier/rmodifier.c
parent83dc57f56e7ec441cef849d1a68bb1c10ee00530 (diff)
downloadweechat-e41595833a60bd3e989c731a8c781b5cc7e9475d.zip
core: update description of plugins and translate them in output of /plugin
Diffstat (limited to 'src/plugins/rmodifier/rmodifier.c')
-rw-r--r--src/plugins/rmodifier/rmodifier.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/rmodifier/rmodifier.c b/src/plugins/rmodifier/rmodifier.c
index a0783ffd3..92a5cbd1b 100644
--- a/src/plugins/rmodifier/rmodifier.c
+++ b/src/plugins/rmodifier/rmodifier.c
@@ -37,7 +37,7 @@
WEECHAT_PLUGIN_NAME(RMODIFIER_PLUGIN_NAME);
-WEECHAT_PLUGIN_DESCRIPTION("Regex modifier plugin for WeeChat");
+WEECHAT_PLUGIN_DESCRIPTION(N_("String modifier with regular expressions"));
WEECHAT_PLUGIN_AUTHOR("Sebastien Helleu <flashcode@flashtux.org>");
WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION);
WEECHAT_PLUGIN_LICENSE(WEECHAT_LICENSE);