summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs/setup_chat.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-04-26 17:45:34 +0300
committerAndrei Karas <akaras@inbox.ru>2015-04-26 17:45:34 +0300
commitaa8ee33b2f560fd5d230bb6399de50b4470e287e (patch)
tree36cfb3cda82f480f13ac564d93ff45157a9787bd /src/gui/widgets/tabs/setup_chat.cpp
parent52145379e45bf92a5dd6b9aaa961eb65da9749a1 (diff)
downloadplus-aa8ee33b2f560fd5d230bb6399de50b4470e287e.tar.gz
plus-aa8ee33b2f560fd5d230bb6399de50b4470e287e.tar.bz2
plus-aa8ee33b2f560fd5d230bb6399de50b4470e287e.tar.xz
plus-aa8ee33b2f560fd5d230bb6399de50b4470e287e.zip
Replace "allows to" to "allows one to"
Diffstat (limited to 'src/gui/widgets/tabs/setup_chat.cpp')
-rw-r--r--src/gui/widgets/tabs/setup_chat.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/gui/widgets/tabs/setup_chat.cpp b/src/gui/widgets/tabs/setup_chat.cpp
index 3b7250b1f..da330cf3d 100644
--- a/src/gui/widgets/tabs/setup_chat.cpp
+++ b/src/gui/widgets/tabs/setup_chat.cpp
@@ -74,8 +74,8 @@ Setup_Chat::Setup_Chat(const Widget2 *const widget) :
new SetupItemCheckBox(_("Show chat colors list"),
_("Enable this setting to show color selection drop-down in chat "
"window. Chat window will display color selection drop-down.\n\n"
- "It allows to select default color of outgoing chat messages easily, "
- "but also occupies some space in chat window."),
+ "It allows one to select default color of outgoing chat messages "
+ "easily, but also occupies some space in chat window."),
"showChatColorsList", this, "showChatColorsListEvent");
@@ -134,14 +134,14 @@ Setup_Chat::Setup_Chat(const Widget2 *const widget) :
new SetupItemCheckBox(_("Show party online messages"),
_("If this setting is enabled, online status changes of party members"
" will be shown in party tab of chat.\n\nThis adds some extra noise "
- "to chat, but allows to see when your buddies are coming online."),
+ "to chat, but allows one to see when your buddies are coming online."),
"showPartyOnline", this, "showPartyOnlineEvent");
// TRANSLATORS: settings option
new SetupItemCheckBox(_("Show guild online messages"),
_("If this setting is enabled, online status changes of guild members"
" will be shown in guild tab of chat.\n\nThis adds some extra noise "
- "to chat, but allows to see when your buddies are coming online."),
+ "to chat, but allows one to see when your buddies are coming online."),
"showGuildOnline", this, "showGuildOnlineEvent");
@@ -280,8 +280,8 @@ Setup_Chat::Setup_Chat(const Widget2 *const widget) :
// TRANSLATORS: settings option
new SetupItemCheckBox(_("Show emotes button in chat"),
_("If this setting enabled, button will appear near text input "
- "field. This button allows to invoke composing window, which allows "
- "to insert smiles and text formatting easily.\n\n"
+ "field. This button allows one to invoke composing window, which "
+ "allows one to insert smiles and text formatting easily.\n\n"
"Note: same window can also be invoked by hotkey when typing, usually "
"F1 by default."),
"showEmotesButton", this, "showEmotesButtonEvent");