diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-08-20 20:22:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-08-20 20:22:32 +0300 |
commit | f19ef40fbbb6b8f882fdfa91d1b91d0456898024 (patch) | |
tree | 76ddbfec03dc1049efef40a774502cef5d11d56b /src | |
parent | 013dcc896a1dcee5f26ab41f81a85878b2c216f7 (diff) | |
download | plus-f19ef40fbbb6b8f882fdfa91d1b91d0456898024.tar.gz plus-f19ef40fbbb6b8f882fdfa91d1b91d0456898024.tar.bz2 plus-f19ef40fbbb6b8f882fdfa91d1b91d0456898024.tar.xz plus-f19ef40fbbb6b8f882fdfa91d1b91d0456898024.zip |
fix typo.
some one -> someone
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/widgets/guildchattab.cpp | 2 | ||||
-rw-r--r-- | src/net/ea/gui/guildtab.cpp | 2 | ||||
-rw-r--r-- | src/net/ea/gui/partytab.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/widgets/guildchattab.cpp b/src/gui/widgets/guildchattab.cpp index f25ac562d..3e09156fd 100644 --- a/src/gui/widgets/guildchattab.cpp +++ b/src/gui/widgets/guildchattab.cpp @@ -127,7 +127,7 @@ void GuildChatTab::showHelp() // TRANSLATORS: guild chat tab help chatLog(_("/leave > Leave the guild you are in")); // TRANSLATORS: guild chat tab help - chatLog(_("/kick > Kick some one from the guild you are in")); + chatLog(_("/kick > Kick someone from the guild you are in")); } void GuildChatTab::getAutoCompleteList(StringVect &names) const diff --git a/src/net/ea/gui/guildtab.cpp b/src/net/ea/gui/guildtab.cpp index 46fa9c0ca..802236212 100644 --- a/src/net/ea/gui/guildtab.cpp +++ b/src/net/ea/gui/guildtab.cpp @@ -149,7 +149,7 @@ void GuildTab::showHelp() // TRANSLATORS: guild chat help chatLog(_("/leave > Leave the guild you are in")); // TRANSLATORS: guild chat help - chatLog(_("/kick > Kick some one from the guild you are in")); + chatLog(_("/kick > Kick someone from the guild you are in")); } void GuildTab::getAutoCompleteList(StringVect &names) const diff --git a/src/net/ea/gui/partytab.cpp b/src/net/ea/gui/partytab.cpp index 27db82fad..d21e82d20 100644 --- a/src/net/ea/gui/partytab.cpp +++ b/src/net/ea/gui/partytab.cpp @@ -77,7 +77,7 @@ void PartyTab::showHelp() // TRANSLATORS: party help message chatLog(_("/leave > Leave the party you are in")); // TRANSLATORS: party help message - chatLog(_("/kick > Kick some one from the party you are in")); + chatLog(_("/kick > Kick someone from the party you are in")); // TRANSLATORS: party help message chatLog(_("/item > Show/change party item sharing options")); // TRANSLATORS: party help message |