diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2005-12-21 13:57:04 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2005-12-21 13:57:04 +0000 |
commit | 88ee7addbcc2e17c486b27cbe6a4db62eb9a60a1 (patch) | |
tree | 973aeb182f9ab457f5d1f185a3bb5fd6f4947e6e /src/common | |
parent | d3bfff3d6563c9e212ecaa350a61b43e0a70183c (diff) | |
download | weechat-88ee7addbcc2e17c486b27cbe6a4db62eb9a60a1.zip |
Removed "&" for XML doc
Diffstat (limited to 'src/common')
-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"), |