summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMayeul Cantan <oss+nheko@mayeul.net>2020-10-28 00:58:20 +0100
committerMayeul Cantan <oss+nheko@mayeul.net>2020-10-31 22:23:55 +0100
commitbb1f2da4dcc39843b48fc35ac9956a6f91c65f28 (patch)
treedd8dfe525e614113a9f3f95dc0dd1cc9a63bf831 /src
parentWording: change "trusted users" for "verified users" (diff)
downloadnheko-bb1f2da4dcc39843b48fc35ac9956a6f91c65f28.tar.xz
Wording: change "Mobile mode" for "Touchscreen mode"
This is less ambiguous. Moreover, this mode might be useful on a
computer touchscreen.
Diffstat (limited to 'src')
-rw-r--r--src/UserSettingsPage.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/UserSettingsPage.cpp b/src/UserSettingsPage.cpp

index 8cb2ab7b..d00077f4 100644 --- a/src/UserSettingsPage.cpp +++ b/src/UserSettingsPage.cpp
@@ -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_,