forked from qt-creator/qt-creator
Extension system: Fix UI text
Task-number: QTCREATORBUG-25915 Change-Id: I773e540deed7fc0c5e2b45a4106d2f1c43ae932c Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
@@ -177,7 +177,7 @@ bool OptionsParser::checkForScenarioOption()
|
|||||||
if (!m_pmPrivate->m_requestedScenario.isEmpty()) {
|
if (!m_pmPrivate->m_requestedScenario.isEmpty()) {
|
||||||
if (m_errorString) {
|
if (m_errorString) {
|
||||||
*m_errorString = QCoreApplication::translate("PluginManager",
|
*m_errorString = QCoreApplication::translate("PluginManager",
|
||||||
"Can't request scenario \"%1\" as the scenario \"%1\" was already requested.")
|
"Cannot request scenario \"%1\" as the scenario \"%1\" was already requested.")
|
||||||
.arg(m_currentArg, m_pmPrivate->m_requestedScenario);
|
.arg(m_currentArg, m_pmPrivate->m_requestedScenario);
|
||||||
}
|
}
|
||||||
m_hasError = true;
|
m_hasError = true;
|
||||||
|
Reference in New Issue
Block a user