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