summaryrefslogtreecommitdiffstats
path: root/src/b2qt-flashing-wizard/introduction_page.cpp
diff options
context:
space:
mode:
authorRainer Keller <rainer.keller@theqtcompany.com>2014-11-19 13:53:11 +0100
committerRainer Keller <rainer.keller@theqtcompany.com>2014-11-19 16:24:43 +0200
commit0c321e850d9442c384768e06a740d15882841968 (patch)
treea634974f832fc0bb5f1bcffdc8a0256b12ad56f7 /src/b2qt-flashing-wizard/introduction_page.cpp
parente395cbeece280cf11733a68f28234089e8da288e (diff)
b2qt-flashing-wizard: Fix strings
Change-Id: Id56e2c3f9cb77b65ea2aa9d3c968b180142b8ff1 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'src/b2qt-flashing-wizard/introduction_page.cpp')
-rw-r--r--src/b2qt-flashing-wizard/introduction_page.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/b2qt-flashing-wizard/introduction_page.cpp b/src/b2qt-flashing-wizard/introduction_page.cpp
index 1417fe7..56ae6a1 100644
--- a/src/b2qt-flashing-wizard/introduction_page.cpp
+++ b/src/b2qt-flashing-wizard/introduction_page.cpp
@@ -23,9 +23,9 @@
IntroductionPage::IntroductionPage(QWidget *parent)
: QWizardPage(parent)
{
- setTitle("Introduction");
+ setTitle(tr("Boot to Qt Flashing Wizard"));
// setSubTitle(" ");
- new QLabel("This wizard helps you setting up a Boot to Qt device", this);
+ new QLabel(tr("The wizard helps you set up your device"), this);
}
IntroductionPage::~IntroductionPage()