1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 09:13:14 +02:00

Removed "&" for XML doc

This commit is contained in:
Sebastien Helleu
2005-12-21 13:57:04 +00:00
parent d3bfff3d65
commit 88ee7addbc
10 changed files with 26 additions and 26 deletions
+2 -2
View File
@@ -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"),