Shorten status button names

This commit is contained in:
Melik
2023-02-03 23:45:16 -08:00
committed by Frans de Jonge
parent c0d0b36f98
commit 9e7e68beb6
6 changed files with 13 additions and 13 deletions

View File

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