diff --git a/src/plugins/qt4projectmanager/qt-maemo/maemorunconfigurationwidget.cpp b/src/plugins/qt4projectmanager/qt-maemo/maemorunconfigurationwidget.cpp index 852e0720c732af5436692a4d400ea6810c8c0c17..d260c4bdd32f3bc0d288da819d657e7e3930ac01 100644 --- a/src/plugins/qt4projectmanager/qt-maemo/maemorunconfigurationwidget.cpp +++ b/src/plugins/qt4projectmanager/qt-maemo/maemorunconfigurationwidget.cpp @@ -408,13 +408,13 @@ void MaemoRunConfigurationWidget::handleRemoteMountsChanged() QString text; switch (mountCount) { case 0: - text = tr("No local directories to be mounted from the device."); + text = tr("No local directories to be mounted on the device."); break; case 1: - text = tr("One local directory to be mounted from the device."); + text = tr("One local directory to be mounted on the device."); break; default: - text = tr("%1 local directories to be mounted from the device.") + text = tr("%1 local directories to be mounted on the device.") .arg(mountCount); break; }