forked from qt-creator/qt-creator
Android: Use numerous form
Change-Id: I4b9bb8ef1053f1dc86547f618b35746e1f9b06a6 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io> Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -352,9 +352,9 @@ void AndroidSettingsWidget::check(AndroidSettingsWidget::Mode mode)
|
|||||||
"To add the Qt version, select Options > Build & Run > Qt Versions.")
|
"To add the Qt version, select Options > Build & Run > Qt Versions.")
|
||||||
.arg((*missingQtArchs.constBegin()).toString());
|
.arg((*missingQtArchs.constBegin()).toString());
|
||||||
} else {
|
} else {
|
||||||
m_ndkMissingQtArchs = tr("Qt versions for %1 architectures are missing.\n"
|
m_ndkMissingQtArchs = tr("Qt versions for %n architectures are missing.\n"
|
||||||
"To add the Qt versions, select Options > Build & Run > Qt Versions.")
|
"To add the Qt versions, select Options > Build & Run > Qt Versions.",
|
||||||
.arg(missingQtArchs.size());
|
nullptr, missingQtArchs.size());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user