diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/localplayer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/localplayer.cpp b/src/localplayer.cpp index f50e3440c..9fa755e54 100644 --- a/src/localplayer.cpp +++ b/src/localplayer.cpp @@ -2129,7 +2129,7 @@ void LocalPlayer::switchPvpAttack() static const char *pvpAttackStrings[] = { N_("(a) attack all players"), - N_("(f) attack not friends"), + N_("(f) attack all except friends"), N_("(b) attack bad relations"), N_("(d) dont attack players"), N_("(?) pvp attack") |