summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-12-11 19:08:49 +0100
committerSebastien Helleu <flashcode@flashtux.org>2013-12-11 19:08:49 +0100
commitdcd7ff81b363498cd2d89d45410f1992fa35de7e (patch)
tree92b85827717338b2dbcbc59d45bb9f4b14cebed9 /src
parent58f1403414f4868c6f5888c476852a60ab976ef4 (diff)
downloadweechat-dcd7ff81b363498cd2d89d45410f1992fa35de7e.zip
core: update translations
Diffstat (limited to 'src')
-rw-r--r--src/core/wee-command.c4
-rw-r--r--src/core/wee-config.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c
index c853855c3..1cbf1feee 100644
--- a/src/core/wee-command.c
+++ b/src/core/wee-command.c
@@ -6325,8 +6325,8 @@ command_init ()
"buffers)\n"
" unmerge: unmerge buffer from other buffers which have "
"same number\n"
- "renumber: renumber a range of buffers (works only if "
- "option weechat.look.buffer_auto_renumber is off)\n"
+ "renumber: renumber buffers (works only if option "
+ "weechat.look.buffer_auto_renumber is off)\n"
" close: close buffer (number/range or name is optional)\n"
" notify: set notify level for current buffer: this "
"level determines whether buffer will be added to "
diff --git a/src/core/wee-config.c b/src/core/wee-config.c
index cfcdf4f9a..06632699d 100644
--- a/src/core/wee-config.c
+++ b/src/core/wee-config.c
@@ -1996,7 +1996,7 @@ config_weechat_init_options ()
"buffer_auto_renumber", "boolean",
N_("automatically renumber buffers to have only consecutive numbers "
"and start with number 1; if disabled, gaps between buffer numbers "
- "are allowed and the first buffer can have a number > 1"),
+ "are allowed and the first buffer can have a number greater than 1"),
NULL, 0, 0, "on", NULL, 0, NULL, NULL,
&config_change_buffer_auto_renumber, NULL, NULL, NULL);
config_look_buffer_notify_default = config_file_new_option (