summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-07-29 19:14:19 +0300
committerAndrei Karas <akaras@inbox.ru>2015-07-29 19:14:19 +0300
commitf20db843ecb482ef86272bde93b8d07ca090a711 (patch)
treeab25392b80f461ed92cfc9e932ab3b932653cd91
parent7ff69808b9fb94efdc8462e750762cd522649d59 (diff)
downloadplus-f20db843ecb482ef86272bde93b8d07ca090a711.tar.gz
plus-f20db843ecb482ef86272bde93b8d07ca090a711.tar.bz2
plus-f20db843ecb482ef86272bde93b8d07ca090a711.tar.xz
plus-f20db843ecb482ef86272bde93b8d07ca090a711.zip
Fix another typo in chat settings.
-rw-r--r--src/gui/widgets/tabs/setup_chat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/tabs/setup_chat.cpp b/src/gui/widgets/tabs/setup_chat.cpp
index 3502a7754..aa3970cb9 100644
--- a/src/gui/widgets/tabs/setup_chat.cpp
+++ b/src/gui/widgets/tabs/setup_chat.cpp
@@ -265,7 +265,7 @@ Setup_Chat::Setup_Chat(const Widget2 *const widget) :
// TRANSLATORS: settings option
new SetupItemTextField(_("Highlight words (separated by comma)"),
_("Here you can specify some extra words which will also cause "
- "highlighting. Use comma to separate words.\n\nNote: frequent"
+ "highlighting. Use comma to separate words.\n\nNote: frequent "
"hilights are annoying - use it with caution."),
"highlightWords", this, "highlightWordsEvent");