mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-23 03:18:49 +03:00
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:
parent
7564de4f70
commit
bb1f2da4dc
1 changed files with 2 additions and 2 deletions
|
@ -655,9 +655,9 @@ UserSettingsPage::UserSettingsPage(QSharedPointer<UserSettings> settings, QWidge
|
||||||
formLayout_->addRow(uiLabel_);
|
formLayout_->addRow(uiLabel_);
|
||||||
formLayout_->addRow(new HorizontalLine{this});
|
formLayout_->addRow(new HorizontalLine{this});
|
||||||
|
|
||||||
boxWrap(tr("Mobile mode"),
|
boxWrap(tr("Touchscreen mode"),
|
||||||
mobileMode_,
|
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)
|
#if !defined(Q_OS_MAC)
|
||||||
boxWrap(tr("Scale factor"),
|
boxWrap(tr("Scale factor"),
|
||||||
scaleFactorCombo_,
|
scaleFactorCombo_,
|
||||||
|
|
Loading…
Reference in a new issue