Skip to content
Snippets Groups Projects
Commit d3c496f8 authored by Christian Kandeler's avatar Christian Kandeler
Browse files

Maemo: Clarify user string.

parent 382e63c5
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
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