Fix some spelling/tr-errors in Android/QNX.

Change-Id: Ia9f927c7b4108046d03158de0aa6d94026f1cfde
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
Friedemann Kleint
2013-10-08 15:04:46 +02:00
parent 2e15e54d95
commit a833ba350a
4 changed files with 5 additions and 5 deletions

View File

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