This commit is contained in:
duarm 2023-12-31 16:18:46 -03:00
parent 000681b25e
commit 9715a0ee16

View file

@ -1417,8 +1417,8 @@ UserSettingsModel::data(const QModelIndex &index, int role) const
return tr( return tr(
"Will prevent text selection in the timeline to make touch scrolling easier."); "Will prevent text selection in the timeline to make touch scrolling easier.");
case DisableSwipe: case DisableSwipe:
return tr( return tr("Will prevent swipe motions like swiping left/right between Rooms and "
"Will prevent swipe motions like swiping left/right between Rooms and Timeline, or swiping a message to reply."); "Timeline, or swiping a message to reply.");
case ScaleFactor: case ScaleFactor:
return tr("Change the scale factor of the whole user interface."); return tr("Change the scale factor of the whole user interface.");
case UseStunServer: case UseStunServer: