diff options
Diffstat (limited to 'src/common/weeconfig.c')
-rw-r--r-- | src/common/weeconfig.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/weeconfig.c b/src/common/weeconfig.c index 3ff0bc16a..5818b257b 100644 --- a/src/common/weeconfig.c +++ b/src/common/weeconfig.c @@ -99,8 +99,8 @@ char *cfg_look_day_change_timestamp; char *cfg_look_read_marker; t_config_option weechat_options_look[] = -{ { "look_set_title", N_("set title for window (terminal for Curses GUI) with name & version"), - N_("set title for window (terminal for Curses GUI) with name & version"), +{ { "look_set_title", N_("set title for window (terminal for Curses GUI) with name and version"), + N_("set title for window (terminal for Curses GUI) with name and version"), OPTION_TYPE_BOOLEAN, BOOL_FALSE, BOOL_TRUE, BOOL_TRUE, NULL, NULL, &cfg_look_set_title, NULL, config_change_title }, { "look_startup_logo", N_("display WeeChat logo at startup"), |