From d4cbb3834730714c816f6bc53da92011d0e31328 Mon Sep 17 00:00:00 2001 From: nils Date: Wed, 18 Jan 2012 01:05:44 +0000 Subject: changed welcome message in intro page og wizard git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@748 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- wizard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3