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/gui/windows/mailviewwindow.cpp | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'src/gui/windows/mailviewwindow.cpp') diff --git a/src/gui/windows/mailviewwindow.cpp b/src/gui/windows/mailviewwindow.cpp index bb0031160..8ae2fb76f 100644 --- a/src/gui/windows/mailviewwindow.cpp +++ b/src/gui/windows/mailviewwindow.cpp @@ -117,19 +117,29 @@ MailViewWindow::MailViewWindow(const MailMessage *const message) : mIcon = new Icon(this, image); if (message->itemAmount != 1) { - mItemLabel = new Label(this, std::string(_("Item:")).append( - " (").append(toString(message->itemAmount)).append(") ")); + mItemLabel = new Label(this, std::string( + // TRANSLATORS: mail view item label + _("Item:")).append( + " (").append( + toString(message->itemAmount)).append( + ") ")); } else { - mItemLabel = new Label(this, std::string(_("Item:")).append(" ")); + mItemLabel = new Label(this, + // TRANSLATORS: mail view item label + std::string(_("Item:")).append(" ")); } placer(0, n, mItemLabel); placer(1, n++, mIcon); } if (message->money || message->itemId) { - mGetAttachButton = new Button(this, _("Get attach"), "attach", this); + mGetAttachButton = new Button(this, + // TRANSLATORS: mail view attach button + _("Get attach"), + "attach", + this); placer(0, n++, mGetAttachButton); } ContainerPlacer placer2; -- cgit v1.2.3-70-g09d2