summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gui/windows/mailviewwindow.cpp2
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);