diff options
Diffstat (limited to 'settingsdialog.cpp')
-rwxr-xr-x | settingsdialog.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/settingsdialog.cpp b/settingsdialog.cpp index 065e31f..690d9d2 100755 --- a/settingsdialog.cpp +++ b/settingsdialog.cpp @@ -176,8 +176,9 @@ GeneralTab::GeneralTab(GpgME::GpgContext *ctx,QWidget *parent) } connect(ownKeySelectBox,SIGNAL(currentIndexChanged(int)),this,SLOT(slotOwnKeyIdChanged())); - ownKeyBoxLayout->addWidget(new QLabel(tr("All messages are additionaly encrypted to the following key:"))); + ownKeyBoxLayout->addWidget(new QLabel(tr("Encrypt all messages additionally to the chosen key:"))); ownKeyBoxLayout->addWidget(ownKeySelectBox); + ownKeyBoxLayout->addWidget(new QLabel(tr("<b>NOTE: </b> Gpg4usb will restart automatically if you change the own key!"))); /***************************************** |