aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;