summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 ea51966..6437933 100644
--- a/src/b2qt-flashing-wizard/platform_page.cpp
+++ b/src/b2qt-flashing-wizard/platform_page.cpp
@@ -145,7 +145,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));
}