diff --git a/data/glade/advanced_configuration_window.glade b/data/glade/advanced_configuration_window.glade
index deb98ee70..8e9c3d95a 100644
--- a/data/glade/advanced_configuration_window.glade
+++ b/data/glade/advanced_configuration_window.glade
@@ -20,6 +20,7 @@
GDK_WINDOW_TYPE_HINT_NORMAL
GDK_GRAVITY_NORTH_WEST
True
+ False
@@ -203,7 +204,7 @@
- <b>NOTE:</b> You should restart gajim for some setting to take effect
+ <b>NOTE:</b> You should restart Gajim for some setting to take effect
True
True
GTK_JUSTIFY_LEFT
diff --git a/src/common/config.py b/src/common/config.py
index 28cce2f4f..37e71a4ee 100644
--- a/src/common/config.py
+++ b/src/common/config.py
@@ -194,7 +194,7 @@ class Config:
'show_avatars_in_roster': [opt_bool, True, '', True],
'ask_avatars_on_startup': [opt_bool, True, _('If True, Gajim will ask for avatar each contact that did not have an avatar last time or has one cached that is too old.')],
'print_status_in_chats': [opt_bool, True, _('If False, Gajim will no longer print status line in chats when a contact changes his or her status and/or his or her status message.')],
- 'print_status_in_muc': [opt_str, 'in_and_out', _('can be "none", "all" or "in_and_out". If "none", Gajim will no longer print status line in groupchats when a member changes his or her status and/or his or her status message. If "all" Gajim will print all status messages. If "in_and_out", gajim will only print FOO enters/leaves group chat.')],
+ 'print_status_in_muc': [opt_str, 'in_and_out', _('can be "none", "all" or "in_and_out". If "none", Gajim will no longer print status line in groupchats when a member changes his or her status and/or his or her status message. If "all" Gajim will print all status messages. If "in_and_out", Gajim will only print FOO enters/leaves group chat.')],
'log_contact_status_changes': [opt_bool, False],
'just_connected_bg_color': [opt_str, '#adc3c6', _('Background color of contacts when they just signed in.')],
'just_disconnected_bg_color': [opt_str, '#ab6161', _('Background color of contacts when they just signed out.')],