Wording: change "Mobile mode" for "Touchscreen mode"

This is less ambiguous. Moreover, this mode might be useful on a
computer touchscreen.
This commit is contained in:
Mayeul Cantan 2020-10-28 00:58:20 +01:00
parent 7564de4f70
commit bb1f2da4dc
1 changed files with 2 additions and 2 deletions

View File

@ -655,9 +655,9 @@ UserSettingsPage::UserSettingsPage(QSharedPointer<UserSettings> settings, QWidge
formLayout_->addRow(uiLabel_);
formLayout_->addRow(new HorizontalLine{this});
boxWrap(tr("Mobile mode"),
boxWrap(tr("Touchscreen mode"),
mobileMode_,
tr("Will prevent text selection in the timeline to make scrolling easier."));
tr("Will prevent text selection in the timeline to make touch scrolling easier."));
#if !defined(Q_OS_MAC)
boxWrap(tr("Scale factor"),
scaleFactorCombo_,