forked from qt-creator/qt-creator
Android: fix a title capitalization
Change-Id: I5b22d95b85543f110f7c292d06112c1b72c337bf Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -102,7 +102,7 @@
|
|||||||
|
|
||||||
The packages are deployed on the connected Android devices. To switch the
|
The packages are deployed on the connected Android devices. To switch the
|
||||||
device used as a default device for the selected kit, select
|
device used as a default device for the selected kit, select
|
||||||
\uicontrol Projects > \uicontrol Run > \uicontrol {Deploy to Android device}
|
\uicontrol Projects > \uicontrol Run > \uicontrol {Deploy to Android Device}
|
||||||
> \uicontrol {Reset Default Devices}. The setting applies until you restart \QC.
|
> \uicontrol {Reset Default Devices}. The setting applies until you restart \QC.
|
||||||
For more information, see \l{Selecting Android Devices}.
|
For more information, see \l{Selecting Android Devices}.
|
||||||
|
|
||||||
|
|||||||
@@ -145,7 +145,7 @@ AndroidDeployQtStep::AndroidDeployQtStep(BuildStepList *parent, Utils::Id id)
|
|||||||
m_uninstallPreviousPackage = qt && qt->qtVersion() < QtSupport::QtVersionNumber(5, 4, 0);
|
m_uninstallPreviousPackage = qt && qt->qtVersion() < QtSupport::QtVersionNumber(5, 4, 0);
|
||||||
|
|
||||||
//: AndroidDeployQtStep default display name
|
//: AndroidDeployQtStep default display name
|
||||||
setDefaultDisplayName(tr("Deploy to Android device"));
|
setDefaultDisplayName(tr("Deploy to Android Device"));
|
||||||
|
|
||||||
connect(this, &AndroidDeployQtStep::askForUninstall,
|
connect(this, &AndroidDeployQtStep::askForUninstall,
|
||||||
this, &AndroidDeployQtStep::slotAskForUninstall,
|
this, &AndroidDeployQtStep::slotAskForUninstall,
|
||||||
|
|||||||
@@ -77,7 +77,7 @@ public:
|
|||||||
setConfigBaseId("Qt4ProjectManager.AndroidDeployConfiguration2");
|
setConfigBaseId("Qt4ProjectManager.AndroidDeployConfiguration2");
|
||||||
addSupportedTargetDeviceType(Constants::ANDROID_DEVICE_TYPE);
|
addSupportedTargetDeviceType(Constants::ANDROID_DEVICE_TYPE);
|
||||||
setDefaultDisplayName(QCoreApplication::translate("Android::Internal",
|
setDefaultDisplayName(QCoreApplication::translate("Android::Internal",
|
||||||
"Deploy to Android device"));
|
"Deploy to Android Device"));
|
||||||
addInitialStep(AndroidDeployQtStep::stepId());
|
addInitialStep(AndroidDeployQtStep::stepId());
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user