tr()-Fixes in QNX, Android.

Change-Id: I6c0675ae96bf1563c9c4dffa8f73bb18e65b93b3
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
Friedemann Kleint
2013-02-22 11:02:14 +01:00
parent 3ae8323d54
commit a223b3472a
3 changed files with 3 additions and 3 deletions

View File

@@ -230,7 +230,7 @@ bool AndroidSettingsWidget::checkNDK(const Utils::FileName &location)
m_ui->toolchainFoundLabel->setVisible(false);
} else {
m_ui->ndkWarningIconLabel->setVisible(false);
m_ui->toolchainFoundLabel->setText(tr("Found %1 toolchains for this NDK.").arg(compilerPaths.count()));
m_ui->toolchainFoundLabel->setText(tr("Found %n toolchains for this NDK.", 0, compilerPaths.count()));
m_ui->toolchainFoundLabel->setVisible(true);
}