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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user