summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-07-29 19:56:20 +0300
committerAndrei Karas <akaras@inbox.ru>2015-07-29 19:56:20 +0300
commit124c8826145c5a178b4a86051cd5dbea3ebd7689 (patch)
tree06df5ea8bcb948fe8c39c4589471cc269910c646
parentd0bcf8a642196b7b39a6be95559e434a1c652ea8 (diff)
downloadplus-124c8826145c5a178b4a86051cd5dbea3ebd7689.tar.gz
plus-124c8826145c5a178b4a86051cd5dbea3ebd7689.tar.bz2
plus-124c8826145c5a178b4a86051cd5dbea3ebd7689.tar.xz
plus-124c8826145c5a178b4a86051cd5dbea3ebd7689.zip
Fix other typos in chat settings.
-rw-r--r--src/gui/widgets/tabs/setup_chat.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/widgets/tabs/setup_chat.cpp b/src/gui/widgets/tabs/setup_chat.cpp
index 45b04a65b..fc7a04e21 100644
--- a/src/gui/widgets/tabs/setup_chat.cpp
+++ b/src/gui/widgets/tabs/setup_chat.cpp
@@ -150,7 +150,7 @@ Setup_Chat::Setup_Chat(const Widget2 *const widget) :
// TRANSLATORS: settings option
new SetupItemCheckBox(_("Hide shop messages"),
- _("If this setting enabled, no messages related to built-in ManaPlus"
+ _("If this setting enabled, no messages related to built-in ManaPlus "
"shop will be displayed in chat. Disable this setting if you want "
"to see shop-related messages.\n\nNote: technically, ManaPlus shop "
"implemented as usual private messages with special content. If you "
@@ -240,8 +240,8 @@ Setup_Chat::Setup_Chat(const Widget2 *const widget) :
// TRANSLATORS: settings option
new SetupItemCheckBox(_("Resize chat tabs if need"),
- _("If this feature enabled, text in chat will be automatically"
- "adjusted to adapt to appearance of chat input field when you"
+ _("If this feature enabled, text in chat will be automatically "
+ "adjusted to adapt to appearance of chat input field when you "
"typing message and when input field of chat disappears. If disabled, "
"chat input area will allways occupy its place, which could be "
"otherwise usable for text.\n\n"
@@ -255,7 +255,7 @@ Setup_Chat::Setup_Chat(const Widget2 *const widget) :
// TRANSLATORS: settings option
new SetupItemCheckBox(_("Use local time"),
- _("If this feature enabled, timestamps in chat will use local times."
+ _("If this feature enabled, timestamps in chat will use local times. "
"If disabled, server time will be used (often it is GMT+0)."),
"useLocalTime", this, "useLocalTimeEvent");