diff --git a/src/plugins/qt4projectmanager/qt-maemo/maemodeploystep.cpp b/src/plugins/qt4projectmanager/qt-maemo/maemodeploystep.cpp index baf63ffcbbc..3b03a7bfeab 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();