mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Shorten status button names
This commit is contained in:
@@ -279,7 +279,7 @@ function Wallabag:addToMainMenu(menu_items)
|
||||
separator = true,
|
||||
},
|
||||
{
|
||||
text = _("Mark as read instead of deleting"),
|
||||
text = _("Mark as finished instead of deleting"),
|
||||
checked_func = function() return self.is_archiving_deleted end,
|
||||
callback = function()
|
||||
self.is_archiving_deleted = not self.is_archiving_deleted
|
||||
|
||||
Reference in New Issue
Block a user