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

pull/7068/head
Frans de Jonge 3 years ago committed by GitHub
parent cd9b3e10fd
commit a96181d74f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save