summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gui/setup_chat.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/setup_chat.cpp b/src/gui/setup_chat.cpp
index 80e166639..41000d5dd 100644
--- a/src/gui/setup_chat.cpp
+++ b/src/gui/setup_chat.cpp
@@ -58,11 +58,11 @@ Setup_Chat::Setup_Chat(const Widget2 *const widget) :
new SetupItemLabel(_("Window"), "", this);
// TRANSLATORS: settings option
- new SetupItemCheckBox(_("Auto hide chat window."), "",
+ new SetupItemCheckBox(_("Auto hide chat window"), "",
"autohideChat", this, "autohideChatEvent");
// TRANSLATORS: settings option
- new SetupItemCheckBox(_("Protect chat focus."), "",
+ new SetupItemCheckBox(_("Protect chat focus"), "",
"protectChatFocus", this, "protectChatFocusEvent");