Android: Add missing white space

Change-Id: If0dace49b2fd353520f424d69d0bc72470e745c8
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
Robert Loehning
2013-11-18 18:13:55 +01:00
parent 6fda5f2987
commit 72e81db349

View File

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