From bc2c095db69be01837d07af1151b0f0a3061713f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 4 Jan 2016 15:44:31 +0300 Subject: Add missing TRANSLATORS comments to translation strings. --- src/being/localplayer.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/being/localplayer.cpp') diff --git a/src/being/localplayer.cpp b/src/being/localplayer.cpp index 91a601711..1d0fd92aa 100644 --- a/src/being/localplayer.cpp +++ b/src/being/localplayer.cpp @@ -1085,8 +1085,9 @@ void LocalPlayer::addJobMessage(const int change) { MessagePair pair = mMessages.back(); // TRANSLATORS: this is normal experience - if (pair.first.find(strprintf(" %s", _("xp"))) - == pair.first.size() - strlen(_("xp")) - 1) + if (pair.first.find(strprintf(" %s", _("xp"))) == + // TRANSLATORS: this is normal experience + pair.first.size() - strlen(_("xp")) - 1) { mMessages.pop_back(); // TRANSLATORS: this is job experience -- cgit v1.2.3-60-g2f50