1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 07:16:37 +02:00

Fix weechat slogan (and it's now translated) (bug #23531)

This commit is contained in:
Sebastien Helleu
2008-06-15 15:22:33 +02:00
parent db8cd1779f
commit e557fe13af
8 changed files with 33 additions and 10 deletions
+1 -1
View File
@@ -767,7 +767,7 @@ config_weechat_init ()
weechat_config_file, ptr_section,
"weechat_slogan", "string",
N_("WeeChat slogan (if empty, slogan is not used)"),
NULL, 0, 0, "the geekest IRC client!", NULL, NULL, NULL, NULL, NULL, NULL);
NULL, 0, 0, _("the geekiest chat client!"), NULL, NULL, NULL, NULL, NULL, NULL);
/* look */
ptr_section = config_file_new_section (weechat_config_file, "look",