forked from qt-creator/qt-creator
Maemo: Change misleading status messages.
This commit is contained in:
@@ -262,10 +262,10 @@ void AbstractMaemoRunControl::handleRunThreadFinished()
|
|||||||
emit addToOutputWindow(this,
|
emit addToOutputWindow(this,
|
||||||
tr("Remote execution canceled due to user request."));
|
tr("Remote execution canceled due to user request."));
|
||||||
} else if (m_sshRunner->hasError()) {
|
} else if (m_sshRunner->hasError()) {
|
||||||
emit addToOutputWindow(this, tr("Remote process exited with error: %1")
|
emit addToOutputWindow(this, tr("Error running remote process: %1")
|
||||||
.arg(m_sshRunner->error()));
|
.arg(m_sshRunner->error()));
|
||||||
} else {
|
} else {
|
||||||
emit addToOutputWindow(this, tr("Remote process finished successfully."));
|
emit addToOutputWindow(this, tr("Finished running remote process."));
|
||||||
}
|
}
|
||||||
emit finished();
|
emit finished();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user