diff options
Diffstat (limited to 'components/mailviewer/contents/ui')
-rw-r--r-- | components/mailviewer/contents/ui/MailPart.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/mailviewer/contents/ui/MailPart.qml b/components/mailviewer/contents/ui/MailPart.qml index 7ff426e9..3dbca1d4 100644 --- a/components/mailviewer/contents/ui/MailPart.qml +++ b/components/mailviewer/contents/ui/MailPart.qml | |||
@@ -51,7 +51,7 @@ Item { | |||
51 | leftMargin: Kube.Units.smallSpacing | 51 | leftMargin: Kube.Units.smallSpacing |
52 | } | 52 | } |
53 | 53 | ||
54 | text: "sent by " + root.sender + " on " + root.date | 54 | text: qsTr("sent by %1 on %2").arg(root.sender).arg(root.date) |
55 | color: "grey" | 55 | color: "grey" |
56 | } | 56 | } |
57 | ListView { | 57 | ListView { |