mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Fix typo in "remove bookmark?" (#7062)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user