diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-09-02 02:23:17 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-09-02 02:36:05 +0300 |
commit | d148276f3bccb575d988e350cacc7b6f680a8038 (patch) | |
tree | d49c3c4e090f34bdc422d14151f8489c48ae9b22 | |
parent | 6152aa93a8c42df7e9ea6e8671a08ec21fcf33bd (diff) | |
download | plus-d148276f3bccb575d988e350cacc7b6f680a8038.tar.gz plus-d148276f3bccb575d988e350cacc7b6f680a8038.tar.bz2 plus-d148276f3bccb575d988e350cacc7b6f680a8038.tar.xz plus-d148276f3bccb575d988e350cacc7b6f680a8038.zip |
Add missing translators comment into mailviewwindow.cpp
-rw-r--r-- | src/gui/windows/mailviewwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/mailviewwindow.cpp b/src/gui/windows/mailviewwindow.cpp index 26e525d6c..fbe0c9112 100644 --- a/src/gui/windows/mailviewwindow.cpp +++ b/src/gui/windows/mailviewwindow.cpp @@ -107,8 +107,8 @@ MailViewWindow::MailViewWindow(MailMessage *const message, placer(0, n++, mSubjectLabel); if (message->money != 0) { - // TRANSLATORS: mail view window label mMoneyLabel = new Label(this, strprintf("%s %u", + // TRANSLATORS: mail view window label _("Money:"), CAST_U32(message->money))); placer(0, n++, mMoneyLabel); |