diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-02 09:21:47 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-02 09:21:47 +0200 |
commit | e41595833a60bd3e989c731a8c781b5cc7e9475d (patch) | |
tree | 9ecd03b62e40a45962d33e22a20c90978fae30d2 /src/plugins/scripts/guile | |
parent | 83dc57f56e7ec441cef849d1a68bb1c10ee00530 (diff) | |
download | weechat-e41595833a60bd3e989c731a8c781b5cc7e9475d.zip |
core: update description of plugins and translate them in output of /plugin
Diffstat (limited to 'src/plugins/scripts/guile')
-rw-r--r-- | src/plugins/scripts/guile/weechat-guile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/scripts/guile/weechat-guile.c b/src/plugins/scripts/guile/weechat-guile.c index aeb974646..a7dae1afe 100644 --- a/src/plugins/scripts/guile/weechat-guile.c +++ b/src/plugins/scripts/guile/weechat-guile.c @@ -36,7 +36,7 @@ WEECHAT_PLUGIN_NAME(GUILE_PLUGIN_NAME); -WEECHAT_PLUGIN_DESCRIPTION("Guile (scheme) plugin for WeeChat"); +WEECHAT_PLUGIN_DESCRIPTION(N_("Support of scheme scripts (with Guile)")); WEECHAT_PLUGIN_AUTHOR("Sebastien Helleu <flashcode@flashtux.org>"); WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION); WEECHAT_PLUGIN_LICENSE(WEECHAT_LICENSE); |