diff options
author | Saturneric <[email protected]> | 2021-12-16 09:49:54 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-12-16 09:49:54 +0000 |
commit | 37860c0fef219006407cb21ba68ab8bc55566d62 (patch) | |
tree | 2eb892a994b3753f9500f5ed481b3f776dcbf43d /src/ui/smtp/SendMailDialog.cpp | |
parent | Added & Improved & Fixed. (diff) | |
download | GpgFrontend-37860c0fef219006407cb21ba68ab8bc55566d62.tar.gz GpgFrontend-37860c0fef219006407cb21ba68ab8bc55566d62.zip |
Added and Fixed Translation.
Diffstat (limited to '')
-rw-r--r-- | src/ui/smtp/SendMailDialog.cpp | 3 |
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( |