mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Standardize: long-press/hold to long-press (#8185)
* Gestures: standardize hold to long-press * Common settings menu: standardize hold to long-press * Readerstyletweak: standardize hold to long-press * Readersearch: standardize hold to long-press
This commit is contained in:
@@ -359,7 +359,7 @@ function ReaderStyleTweak:init()
|
||||
-- enabled tweaks / none (without the need to disable each of
|
||||
-- them)
|
||||
table.insert(self.tweaks_table, {
|
||||
text = _("Enable style tweaks (hold for info)"),
|
||||
text = _("Enable style tweaks (long-press for help)"),
|
||||
checked_func = function() return self.enabled end,
|
||||
callback = function()
|
||||
self.enabled = not self.enabled
|
||||
@@ -547,7 +547,7 @@ You can enable individual tweaks on this book with a tap, or view more details a
|
||||
local book_tweak_item = {
|
||||
text_func = function()
|
||||
if self.book_style_tweak then
|
||||
return _("Book-specific tweak (hold to edit)")
|
||||
return _("Book-specific tweak (long-press to edit)")
|
||||
else
|
||||
return _("Book-specific tweak")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user