aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-01-18 01:05:44 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-01-18 01:05:44 +0000
commitd4cbb3834730714c816f6bc53da92011d0e31328 (patch)
treeb9b05392b2f42cbaa6eb08b41b29375a45439582
parenttodo (diff)
downloadgpg4usb-d4cbb3834730714c816f6bc53da92011d0e31328.tar.gz
gpg4usb-d4cbb3834730714c816f6bc53da92011d0e31328.zip
changed welcome message in intro page og wizard
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@748 34ebc366-c3a9-4b3c-9f84-69acf7962910
-rw-r--r--wizard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard.cpp b/wizard.cpp
index fe28bf9..36779e6 100644
--- a/wizard.cpp
+++ b/wizard.cpp
@@ -79,7 +79,7 @@ IntroPage::IntroPage(QWidget *parent)
setTitle(tr("Introduction"));
setPixmap(QWizard::WatermarkPixmap, QPixmap(":/logo-flipped.png"));
- topLabel = new QLabel(tr("This wizard will help you getting started with encrypting and decrypting."));
+ topLabel = new QLabel(tr("This wizard will help you getting started with encrypting and decrypting or to import keys from an older version of gpg4usb or an existing installation of Gnupg."));
topLabel->setWordWrap(true);
QVBoxLayout *layout = new QVBoxLayout;