From e12c0ed00667c386ee57adfb2d076968ae63530d Mon Sep 17 00:00:00 2001 From: Alige Date: Sun, 11 Aug 2013 18:06:55 +0200 Subject: Fixed 2 typos in the setup chat window. --- src/gui/setup_chat.cpp | 4 ++-- 1 file 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"); -- cgit v1.2.3-60-g2f50