diff options
author | Alige <aligetmw@hotmail.fr> | 2013-08-11 18:06:55 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2013-08-11 18:06:55 +0200 |
commit | e12c0ed00667c386ee57adfb2d076968ae63530d (patch) | |
tree | 009301e66350dc04a9b3215382d2d3903fe735d0 /src/gui/setup_chat.cpp | |
parent | e6fe40e5b1eb5d573215572d14671c0c05786075 (diff) | |
download | plus-e12c0ed00667c386ee57adfb2d076968ae63530d.tar.gz plus-e12c0ed00667c386ee57adfb2d076968ae63530d.tar.bz2 plus-e12c0ed00667c386ee57adfb2d076968ae63530d.tar.xz plus-e12c0ed00667c386ee57adfb2d076968ae63530d.zip |
Fixed 2 typos in the setup chat window.
Diffstat (limited to 'src/gui/setup_chat.cpp')
-rw-r--r-- | src/gui/setup_chat.cpp | 4 |
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"); |