forked from qt-creator/qt-creator
Android: Add missing white space
Change-Id: If0dace49b2fd353520f424d69d0bc72470e745c8 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
@@ -202,7 +202,7 @@ void AndroidManifestEditorWidget::initializePage()
|
||||
|
||||
m_androidTargetSdkVersion = new QComboBox(packageGroupBox);
|
||||
m_androidTargetSdkVersion->setToolTip(
|
||||
tr("Sets the target SDK. Set this to the highest tested version."
|
||||
tr("Sets the target SDK. Set this to the highest tested version. "
|
||||
"This disables compatibility behavior of the system for your application."));
|
||||
m_androidTargetSdkVersion->addItem(tr("Not set"), 0);
|
||||
|
||||
|
Reference in New Issue
Block a user