Maemo: Fix message.

This commit is contained in:
Christian Kandeler
2010-09-10 12:15:40 +02:00
parent 25085f5724
commit 891be16a51

View File

@@ -278,7 +278,7 @@ MaemoDeviceConfig MaemoDeployStep::deviceConfig() const
void MaemoDeployStep::start()
{
if (!m_canStart) {
raiseError(tr("Cannot start deployment as the clean-up from the last time has not yet been done."));
raiseError(tr("Cannot start deployment, as the clean-up from the last time has not finished yet."));
return;
}
m_cleanupTimer->stop();