Skip to content
Snippets Groups Projects
Commit 2d7b3bf4 authored by ck's avatar ck
Browse files

Maemo: Change misleading status messages.

parent dbcc1fed
No related branches found
No related tags found
No related merge requests found
......@@ -262,10 +262,10 @@ void AbstractMaemoRunControl::handleRunThreadFinished()
emit addToOutputWindow(this,
tr("Remote execution canceled due to user request."));
} 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()));
} else {
emit addToOutputWindow(this, tr("Remote process finished successfully."));
emit addToOutputWindow(this, tr("Finished running remote process."));
}
emit finished();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment