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:
		@@ -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());
 | 
			
		||||
    }
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user