forked from qt-creator/qt-creator
Maemo: Clarify user string.
This commit is contained in:
@@ -408,13 +408,13 @@ void MaemoRunConfigurationWidget::handleRemoteMountsChanged()
|
|||||||
QString text;
|
QString text;
|
||||||
switch (mountCount) {
|
switch (mountCount) {
|
||||||
case 0:
|
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;
|
break;
|
||||||
case 1:
|
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;
|
break;
|
||||||
default:
|
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);
|
.arg(mountCount);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user