diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-18 01:05:44 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-18 01:05:44 +0000 |
commit | d4cbb3834730714c816f6bc53da92011d0e31328 (patch) | |
tree | b9b05392b2f42cbaa6eb08b41b29375a45439582 | |
parent | todo (diff) | |
download | gpg4usb-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.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |