Android: fix a title capitalization

Change-Id: I5b22d95b85543f110f7c292d06112c1b72c337bf
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Assam Boudjelthia
2020-07-22 10:39:55 +03:00
parent 35ead659c7
commit def7615c81
3 changed files with 3 additions and 3 deletions

View File

@@ -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());
}
};