Fix typo in "remove bookmark?" (#7062)

This commit is contained in:
Frans de Jonge
2020-12-27 14:10:43 +01:00
committed by GitHub
parent cd9b3e10fd
commit a96181d74f

View File

@@ -326,7 +326,7 @@ function ReaderBookmark:onShowBookmark()
text = _("Remove this bookmark"),
callback = function()
UIManager:show(ConfirmBox:new{
text = _("Do you want remove this bookmark?"),
text = _("Remove this bookmark?"),
cancel_text = _("Cancel"),
cancel_callback = function()
return