summaryrefslogtreecommitdiffstats
path: root/src/b2qt-flashing-wizard
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@theqtcompany.com>2014-11-19 17:51:51 +0100
committerVenugopal Shivashankar <venugopal.shivashankar@theqtcompany.com>2014-11-20 11:41:56 +0200
commitbf882fa06cac105eaba6a8165aade07df2a32411 (patch)
tree831d99948ef76a166881493b3fd94a0192e18baf /src/b2qt-flashing-wizard
parentd432345990ae8cdbe00349707d766a06f6a59e8a (diff)
b2qt-flashing-wizard: Updated the progress page strings.
Change-Id: Id2cb0e92f2331ee79f553d0d9bdca62170512374 Reviewed-by: Rainer Keller <rainer.keller@theqtcompany.com> Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'src/b2qt-flashing-wizard')
-rw-r--r--src/b2qt-flashing-wizard/progress_page.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/b2qt-flashing-wizard/progress_page.cpp b/src/b2qt-flashing-wizard/progress_page.cpp
index 988ba03..9e49228 100644
--- a/src/b2qt-flashing-wizard/progress_page.cpp
+++ b/src/b2qt-flashing-wizard/progress_page.cpp
@@ -38,10 +38,10 @@ ProgressPage::ProgressPage(QWidget *parent)
, mCopyToClipboardButton(new QPushButton(this))
{
setTitle(tr("Disk Creation"));
- setSubTitle(tr("Progress of writing to the disk"));
+ setSubTitle(tr("Writing the hardware platform image to the disk"));
setLayout(new QVBoxLayout(this));
mProgress->setWordWrap(true);
- mProgress->setText(tr("Starting"));
+ mProgress->setText(tr("Preparing the disk device..."));
layout()->addWidget(mProgress);
mToggleDetailsButton->setText(tr("Show details"));
layout()->addWidget(mToggleDetailsButton);