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/lua | |
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/lua')
-rw-r--r-- | src/plugins/scripts/lua/weechat-lua.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/scripts/lua/weechat-lua.c b/src/plugins/scripts/lua/weechat-lua.c index 6ab5ce33f..8957bbe88 100644 --- a/src/plugins/scripts/lua/weechat-lua.c +++ b/src/plugins/scripts/lua/weechat-lua.c @@ -37,7 +37,7 @@ WEECHAT_PLUGIN_NAME(LUA_PLUGIN_NAME); -WEECHAT_PLUGIN_DESCRIPTION("Lua plugin for WeeChat"); +WEECHAT_PLUGIN_DESCRIPTION(N_("Support of lua scripts")); WEECHAT_PLUGIN_AUTHOR("Sebastien Helleu <flashcode@flashtux.org>"); WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION); WEECHAT_PLUGIN_LICENSE(WEECHAT_LICENSE); |