mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
DateTimeWidget: don't make ":" and "/" translatable (#9145)
* And the ellipsis
This commit is contained in:
@@ -788,7 +788,7 @@ function ReaderHighlight:onShowHighlightDialog(page, index, is_auto_text)
|
||||
end,
|
||||
},
|
||||
{
|
||||
text = _("…"),
|
||||
text = "…",
|
||||
callback = function()
|
||||
self.selected_text = self.view.highlight.saved[page][index]
|
||||
self:onShowHighlightMenu(page, index)
|
||||
|
||||
Reference in New Issue
Block a user