DateTimeWidget: don't make ":" and "/" translatable (#9145)

* And the ellipsis
This commit is contained in:
zwim
2022-05-29 22:32:16 +02:00
committed by GitHub
parent e1ac3c4853
commit 5a033f1221
2 changed files with 3 additions and 3 deletions

View File

@@ -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)