summaryrefslogtreecommitdiffstats
path: root/src/b2qt-flashing-wizard
diff options
context:
space:
mode:
authorRainer Keller <rainer.keller@theqtcompany.com>2015-06-16 14:36:33 +0200
committerRainer Keller <rainer.keller@theqtcompany.com>2015-06-16 16:28:40 +0300
commit544a762ca529bf25ab8f475dab3d696faba6bdfe (patch)
tree6efadeb4937cbd8c071d71fd2b6601f0ac466825 /src/b2qt-flashing-wizard
parent0e0f5e8bb841c588d323b76042c970745d0904c6 (diff)
b2qt-flashing-wizard: Add space between words
Change-Id: I4ba36b5fedd99c2f147ef55531b57ca9a818485a Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
Diffstat (limited to 'src/b2qt-flashing-wizard')
-rw-r--r--src/b2qt-flashing-wizard/platform_page.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/b2qt-flashing-wizard/platform_page.cpp b/src/b2qt-flashing-wizard/platform_page.cpp
index 609a5aa..49cb5bd 100644
--- a/src/b2qt-flashing-wizard/platform_page.cpp
+++ b/src/b2qt-flashing-wizard/platform_page.cpp
@@ -140,7 +140,7 @@ void PlatformPage::initializePage()
}
}
if (platforms.isEmpty()) {
- mError->setText(tr("No suitable platform found in '%1'.\nMake sure you have"
+ mError->setText(tr("No suitable platform found in '%1'.\nMake sure you have "
"installed at least one hardware platform.").arg(G_SDKDIR));
}