forked from qt-creator/qt-creator
Fix some spelling/tr-errors in Android/QNX.
Change-Id: Ia9f927c7b4108046d03158de0aa6d94026f1cfde Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
@@ -203,7 +203,7 @@ void AndroidManifestEditorWidget::initializePage()
|
||||
|
||||
m_androidTargetSdkVersion = new QComboBox(packageGroupBox);
|
||||
m_androidTargetSdkVersion->setToolTip(
|
||||
tr("Sets the targe 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