forked from qt-creator/qt-creator
QNX: Fix UI text
Change-Id: Idb059a21bd85bb55b0d0596e024472e6fa3cfd36 Reviewed-by: hjk <hjk@qt.io> Reviewed-by: James McDonnell <jmcdonnell@blackberry.com> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -130,7 +130,7 @@ void QnxDeviceTester::handleVarRunProcessFinished(const QString &error)
|
|||||||
m_result = TestFailure;
|
m_result = TestFailure;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
emit errorMessage(tr("An error occurred checking that"
|
emit errorMessage(tr("An error occurred while checking that"
|
||||||
" files can be created in /var/run.")
|
" files can be created in /var/run.")
|
||||||
+ QLatin1Char('\n'));
|
+ QLatin1Char('\n'));
|
||||||
m_result = TestFailure;
|
m_result = TestFailure;
|
||||||
@@ -162,7 +162,7 @@ void QnxDeviceTester::handleProcessFinished(const QString &error)
|
|||||||
m_result = TestFailure;
|
m_result = TestFailure;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
emit errorMessage(tr("An error occurred checking for %1.").arg(command) + QLatin1Char('\n'));
|
emit errorMessage(tr("An error occurred while checking for %1.").arg(command) + QLatin1Char('\n'));
|
||||||
m_result = TestFailure;
|
m_result = TestFailure;
|
||||||
}
|
}
|
||||||
testNextCommand();
|
testNextCommand();
|
||||||
|
Reference in New Issue
Block a user