From 354c6405c32c9d8ad96bdf23516674b1b39e05bc Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Mon, 25 Oct 2021 16:55:27 +0200 Subject: [PATCH] Android: Fix UI text Task-number: QTCREATORBUG-26458 Change-Id: Ibc407db46a605c6bde8f994af63f678a5a102b0e Reviewed-by: hjk Reviewed-by: Assam Boudjelthia --- src/plugins/android/androidsdkmanagerwidget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/android/androidsdkmanagerwidget.cpp b/src/plugins/android/androidsdkmanagerwidget.cpp index 0fe8b83d31d..96824298eed 100644 --- a/src/plugins/android/androidsdkmanagerwidget.cpp +++ b/src/plugins/android/androidsdkmanagerwidget.cpp @@ -168,7 +168,7 @@ void AndroidSdkManagerWidget::installEssentials() if (!m_sdkModel->missingEssentials().isEmpty()) { QMessageBox::warning(this, tr("Android SDK Changes"), - tr("%1 couldn't find the following essential packages: \"%2\".\n" + tr("%1 cannot find the following essential packages: \"%2\".\n" "Install them manually after the current operation is done.\n") .arg(Core::Constants::IDE_DISPLAY_NAME) .arg(m_sdkModel->missingEssentials().join("\", \""))); @@ -277,7 +277,7 @@ void AndroidSdkManagerWidget::onLicenseCheckResult(const AndroidSdkManager::Oper } else { // Assertion was found. Provide user workflow to accept licenses. QString warningMessage = tr("Review Android SDK package licenses that have not been " - "accepted?\nPlease note that the installation and use of " + "accepted?\nNote that the installation and use of " "Android SDK packages may fail if respective licenses are not " "accepted."); int userSelection = QMessageBox::question(this, tr("Android SDK Licenses"), warningMessage,