From a7c723b681ddefdcaa84cb9b16681c65818d7110 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 3 May 2013 12:35:22 +0300 Subject: add comments for translators --- src/gui/beingpopup.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gui/beingpopup.cpp') diff --git a/src/gui/beingpopup.cpp b/src/gui/beingpopup.cpp index 7cd797cb2..63e3e1bef 100644 --- a/src/gui/beingpopup.cpp +++ b/src/gui/beingpopup.cpp @@ -124,6 +124,7 @@ void BeingPopup::show(const int x, const int y, Being *const b) if (!(b->getPartyName().empty())) { + // TRANSLATORS: being popup label label1->setCaption(strprintf(_("Party: %s"), b->getPartyName().c_str())); label1->adjustSize(); @@ -138,6 +139,7 @@ void BeingPopup::show(const int x, const int y, Being *const b) if (!(b->getGuildName().empty())) { + // TRANSLATORS: being popup label label2->setCaption(strprintf(_("Guild: %s"), b->getGuildName().c_str())); label2->adjustSize(); @@ -151,6 +153,7 @@ void BeingPopup::show(const int x, const int y, Being *const b) if (b->getPvpRank() > 0) { + // TRANSLATORS: being popup label label3->setCaption(strprintf(_("Pvp rank: %u"), b->getPvpRank())); label3->adjustSize(); } @@ -162,6 +165,7 @@ void BeingPopup::show(const int x, const int y, Being *const b) if (!b->getComment().empty()) { + // TRANSLATORS: being popup label label4->setCaption(strprintf(_("Comment: %s"), b->getComment().c_str())); label4->adjustSize(); -- cgit v1.2.3-70-g09d2