diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-11-06 20:23:56 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-11-06 20:23:56 +0100 |
commit | 5882fe6abdc3cce0c6aac92bc3c5a2e2ec3bba3b (patch) | |
tree | a861904e6e53ea099c0ac18ad820a9deba771931 /src | |
parent | ee7c280d7e8acd5ec255da6e12959d812b5897f3 (diff) | |
download | weechat-5882fe6abdc3cce0c6aac92bc3c5a2e2ec3bba3b.zip |
core: update translations
Diffstat (limited to 'src')
-rw-r--r-- | src/core/wee-config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-config.c b/src/core/wee-config.c index 60d3359ef..163115683 100644 --- a/src/core/wee-config.c +++ b/src/core/wee-config.c @@ -2442,7 +2442,7 @@ config_weechat_init_options () config_look_item_mouse_status = config_file_new_option ( weechat_config_file, ptr_section, "item_mouse_status", "string", - N_("string used to show if mouse is enabled/disabled" + N_("string used to show if mouse is enabled " "(bar item \"mouse_status\")"), NULL, 0, 0, "M", NULL, 0, NULL, NULL, &config_change_buffer_content, NULL, NULL, NULL); config_look_jump_current_to_previous_buffer = config_file_new_option ( |