mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[i18n] Add context to CSS style vs highlight style (#8510)
Cf. <https://github.com/koreader/koreader/pull/8489#issuecomment-985319434>.
This commit is contained in:
@@ -663,7 +663,7 @@ function ReaderHighlight:onShowHighlightDialog(page, index)
|
||||
end,
|
||||
},
|
||||
{
|
||||
text = _("Style"),
|
||||
text = C_("Highlight", "Style"),
|
||||
callback = function()
|
||||
self:editHighlightStyle(page, index)
|
||||
UIManager:close(self.edit_highlight_dialog)
|
||||
|
||||
Reference in New Issue
Block a user