forked from qt-creator/qt-creator
Android: Add missing space
Change-Id: I061c91c9f48579179591dc912ab3bd48c13af0b0 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> Reviewed-by: BogDan Vatra <bogdan@kdab.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -924,7 +924,7 @@ void AndroidSettingsWidget::manageAVD()
|
||||
m_avdManager->launchAvdManagerUiTool();
|
||||
} else {
|
||||
QMessageBox::warning(this, tr("AVD Manager Not Available"),
|
||||
tr("AVD manager UI tool is not available in the installed SDK tools"
|
||||
tr("AVD manager UI tool is not available in the installed SDK tools "
|
||||
"(version %1). Use the command line tool \"avdmanager\" for "
|
||||
"advanced AVD management.")
|
||||
.arg(m_androidConfig.sdkToolsVersion().toString()));
|
||||
|
||||
Reference in New Issue
Block a user