summaryrefslogtreecommitdiffstats
path: root/src/b2qt-flashing-wizard/introduction_page.cpp
diff options
context:
space:
mode:
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()