diff options
Diffstat (limited to 'src/gui/widgets/guildchattab.cpp')
-rw-r--r-- | src/gui/widgets/guildchattab.cpp | 2 |
1 files changed, 1 insertions, 1 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 |