diff --git a/src/plugins/qt4projectmanager/qt-maemo/maemodeploystep.cpp b/src/plugins/qt4projectmanager/qt-maemo/maemodeploystep.cpp
index baf63ffcbbc1251df7d4bbd473d59409b35841ea..3b03a7bfeaba0c4023e189de78c66f761ead94dd 100644
--- a/src/plugins/qt4projectmanager/qt-maemo/maemodeploystep.cpp
+++ b/src/plugins/qt4projectmanager/qt-maemo/maemodeploystep.cpp
@@ -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();