aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/smtp/SendMailDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ui/smtp/SendMailDialog.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/smtp/SendMailDialog.cpp b/src/ui/smtp/SendMailDialog.cpp
index 144be7e5..9523fd7c 100644
--- a/src/ui/smtp/SendMailDialog.cpp
+++ b/src/ui/smtp/SendMailDialog.cpp
@@ -70,8 +70,11 @@ SendMailDialog::SendMailDialog(const QString& text, QWidget* parent)
&SendMailDialog::slotConfirm);
#endif
+ ui->ccButton->setText(_("CC"));
+ ui->bccButton->setText(_("BCC"));
ui->senderLabel->setText(_("Sender"));
ui->recipientLabel->setText(_("Recipient"));
+ ui->subjectLabel->setText(_("Subject"));
ui->bccLabel->setText(_("BCC"));
ui->ccLabel->setText(_("CC"));
ui->tipsLabel->setText(