aboutsummaryrefslogtreecommitdiffstats
path: root/settingsdialog.cpp
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2013-02-05 22:32:48 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2013-02-05 22:32:48 +0000
commit3ec228fd8663d575d8bb26eb3f22b3a560a3d15d (patch)
tree66fbe691ad13a98e935bb11321c7beb1247b35b3 /settingsdialog.cpp
parentupdated TODO (diff)
downloadgpg4usb-3ec228fd8663d575d8bb26eb3f22b3a560a3d15d.tar.gz
gpg4usb-3ec228fd8663d575d8bb26eb3f22b3a560a3d15d.zip
updated TODO and minor beautifying in settings dialog
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@1008 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to '')
-rwxr-xr-xsettingsdialog.cpp3
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!")));
/*****************************************