summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2013-08-11 18:06:55 +0200
committerAlige <aligetmw@hotmail.fr>2013-08-11 18:06:55 +0200
commite12c0ed00667c386ee57adfb2d076968ae63530d (patch)
tree009301e66350dc04a9b3215382d2d3903fe735d0
parente6fe40e5b1eb5d573215572d14671c0c05786075 (diff)
downloadplus-e12c0ed00667c386ee57adfb2d076968ae63530d.tar.gz
plus-e12c0ed00667c386ee57adfb2d076968ae63530d.tar.bz2
plus-e12c0ed00667c386ee57adfb2d076968ae63530d.tar.xz
plus-e12c0ed00667c386ee57adfb2d076968ae63530d.zip
Fixed 2 typos in the setup chat window.
-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");