From 180303053e738294c043db6e2e55d67f97cfe80a Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Mon, 5 Sep 2005 00:27:28 +0000 Subject: [PATCH] fix english --- src/common/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/config.py b/src/common/config.py index 588fbf31c..20ef85a1e 100644 --- a/src/common/config.py +++ b/src/common/config.py @@ -126,7 +126,7 @@ class Config: 'always_english_wiktionary': [opt_bool, False], 'use_dbus': [opt_bool, True, _('Allow controlling Gajim via D-Bus service.')], 'chat_state_notifications': [opt_str, 'all'], # 'all', 'composing_only', 'disabled' - 'chat_state_send_inactive_on_focus_out': [opt_str, True, _('Should Gajim send inactive ("is doing something else") on just focus out of window or when we switch to another tab')], + 'chat_state_send_inactive_on_focus_out': [opt_str, True, _('Should Gajim send inactive ("is doing something else") on just focus out of window/switch to another tab?')], 'autodetect_browser_mailer': [opt_bool, True], 'print_ichat_every_foo_minutes': [opt_int, 5], 'confirm_close_muc': [opt_bool, True, _('Ask before closing a group chat tab/window.')],