forked from qt-creator/qt-creator
Android: Fix UI text
Change-Id: Ifae94cbd89c2af06b2c44c6a3872a24726b30c59 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -180,8 +180,8 @@ static void sdkManagerCommand(const AndroidConfig &config, const QStringList &ar
|
||||
output.success = false;
|
||||
output.stdOutput = response.stdOut();
|
||||
output.stdError = QCoreApplication::translate("Android::Internal::AndroidSdkManager",
|
||||
"Operation requires user interaction."
|
||||
"Please use \"sdkmanager\" commandline tool");
|
||||
"The operation requires user interaction. "
|
||||
"Use the \"sdkmanager\" command-line tool.");
|
||||
} else {
|
||||
output.success = response.result == SynchronousProcessResponse::Finished;
|
||||
}
|
||||
|
||||
@@ -269,7 +269,7 @@ void AndroidSdkManagerWidget::onNativeSdkManager()
|
||||
QProcess::startDetached(m_androidConfig.androidToolPath().toString());
|
||||
} else {
|
||||
QMessageBox::warning(this, tr("Native SDK Manager Not Available"),
|
||||
tr("SDK manager UI tool is not available in the installed SDK tools"
|
||||
tr("SDK manager UI tool is not available in the installed SDK tools "
|
||||
"(version %1). Use the command line tool \"sdkmanager\" for "
|
||||
"advanced SDK management.")
|
||||
.arg(m_androidConfig.sdkToolsVersion().toString()));
|
||||
|
||||
Reference in New Issue
Block a user