From 0bb684345d79a45c12ac65b92a050b85d2e51405 Mon Sep 17 00:00:00 2001
From: Daniel Teske <daniel.teske@digia.com>
Date: Tue, 3 Dec 2013 12:44:28 +0100
Subject: [PATCH] Android: Rename target sdk to build sdk in the
 deploysetttings

Change-Id: Ie1e6d02f29d236da9502c03d0e7fa7e745df8f7d
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
---
 src/plugins/android/androiddeployqtwidget.ui | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/plugins/android/androiddeployqtwidget.ui b/src/plugins/android/androiddeployqtwidget.ui
index a726f9134f0..180bccc3b77 100644
--- a/src/plugins/android/androiddeployqtwidget.ui
+++ b/src/plugins/android/androiddeployqtwidget.ui
@@ -200,7 +200,7 @@
       <item row="1" column="0">
        <widget class="QLabel" name="targetSDKLabel">
         <property name="text">
-         <string>Android target SDK:</string>
+         <string>Android build SDK:</string>
         </property>
        </widget>
       </item>
@@ -241,7 +241,7 @@
      <item>
       <widget class="QLabel" name="oldFilesWarningLabel">
        <property name="text">
-        <string>Qt no longer uses the folder "android" in the project's source directory.</string>
+        <string>Qt no longer uses the folder &quot;android&quot; in the project's source directory.</string>
        </property>
        <property name="wordWrap">
         <bool>true</bool>
-- 
GitLab