From df904decd040160ddd1a33b0f2597d094da0d8f2 Mon Sep 17 00:00:00 2001 From: Assam Boudjelthia Date: Sun, 3 Oct 2021 13:40:00 +0300 Subject: [PATCH] Android: correct label for build platform sdk in project settings The current label could be confused with build-tools version, so make it more explicit. Change-Id: I96abe9af04e6a6e8518926578411f759b90fc9a0 Reviewed-by: Alessandro Portale Reviewed-by: Leena Miettinen --- src/plugins/android/androidbuildapkstep.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/android/androidbuildapkstep.cpp b/src/plugins/android/androidbuildapkstep.cpp index 9e938db11b1..dc6b42754c1 100644 --- a/src/plugins/android/androidbuildapkstep.cpp +++ b/src/plugins/android/androidbuildapkstep.cpp @@ -196,7 +196,7 @@ QWidget *AndroidBuildApkWidget::createApplicationGroup() }); auto formLayout = new QFormLayout(group); - formLayout->addRow(tr("Android build SDK:"), targetSDKComboBox); + formLayout->addRow(tr("Android build platform SDK:"), targetSDKComboBox); auto createAndroidTemplatesButton = new QPushButton(tr("Create Templates")); createAndroidTemplatesButton->setToolTip(