diff options
Diffstat (limited to 'src/being')
-rw-r--r-- | src/being/localplayer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/localplayer.cpp b/src/being/localplayer.cpp index 321e849e5..720207b5b 100644 --- a/src/being/localplayer.cpp +++ b/src/being/localplayer.cpp @@ -376,7 +376,7 @@ void LocalPlayer::setAction(const BeingAction::Action &action, if (!mLastHitFrom.empty()) { // TRANSLATORS: chat message after death - debugMsg(strprintf(_("You were killed by %s"), + debugMsg(strprintf(_("You were killed by %s."), mLastHitFrom.c_str())); mLastHitFrom.clear(); } |