summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2005-12-21 13:57:04 +0000
committerSebastien Helleu <flashcode@flashtux.org>2005-12-21 13:57:04 +0000
commit88ee7addbcc2e17c486b27cbe6a4db62eb9a60a1 (patch)
tree973aeb182f9ab457f5d1f185a3bb5fd6f4947e6e /src
parentd3bfff3d6563c9e212ecaa350a61b43e0a70183c (diff)
downloadweechat-88ee7addbcc2e17c486b27cbe6a4db62eb9a60a1.zip
Removed "&" for XML doc
Diffstat (limited to 'src')
-rw-r--r--src/common/weeconfig.c4
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"),