minor comment-wording change

reviewable/pr11750/r1
SomeGuy 2 weeks ago committed by GitHub
parent 6786209842
commit aefd8c131a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -589,8 +589,8 @@ Except when in two columns mode, where this is limited to showing only the previ
end,
})
-- long_press menu is under taps_and_gestures menu which is not available for non touch device
-- Clone long_press menu and change label making much meaning for non touch devices
-- long_press setting is under taps_and_gestures menu which is not available for non-touch devices
-- Clone long_press setting and change its label, making it much more meaningful for non-touch device users.
if not Device:isTouchDevice() and Device:hasDPad() then
menu_items.selection_text = util.tableDeepCopy(menu_items.long_press)
menu_items.selection_text.text = _("Select on text")

Loading…
Cancel
Save