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

@@ -546,7 +546,7 @@ common_settings.document_end_action = {
text = _("End of document action"),
sub_item_table = {
{
text = _("Always mark as read"),
text = _("Always mark as finished"),
checked_func = function()
return G_reader_settings:isTrue("end_document_auto_mark")
end,