aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/android/androidplugin.cpp
diff options
context:
space:
mode:
authorAssam Boudjelthia <[email protected]>2020-07-22 10:39:55 +0300
committerAssam Boudjelthia <[email protected]>2020-07-22 14:35:11 +0000
commitdef7615c814ab96f7573a1478117d0f0c7909305 (patch)
tree36174966e2e6cc02549c046746550b250a724cbe /src/plugins/android/androidplugin.cpp
parent35ead659c747276631f9ba20134b9d863041c3bf (diff)
Android: fix a title capitalization
Change-Id: I5b22d95b85543f110f7c292d06112c1b72c337bf Reviewed-by: Alessandro Portale <[email protected]>
Diffstat (limited to 'src/plugins/android/androidplugin.cpp')
-rw-r--r--src/plugins/android/androidplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/android/androidplugin.cpp b/src/plugins/android/androidplugin.cpp
index 187146a6367..b1616ce56b2 100644
--- a/src/plugins/android/androidplugin.cpp
+++ b/src/plugins/android/androidplugin.cpp
@@ -77,7 +77,7 @@ public:
setConfigBaseId("Qt4ProjectManager.AndroidDeployConfiguration2");
addSupportedTargetDeviceType(Constants::ANDROID_DEVICE_TYPE);
setDefaultDisplayName(QCoreApplication::translate("Android::Internal",
- "Deploy to Android device"));
+ "Deploy to Android Device"));
addInitialStep(AndroidDeployQtStep::stepId());
}
};