mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Check for update → Check for updates (#8027)
This commit is contained in:
@@ -461,7 +461,7 @@ function OTAManager:getOTAMenuTable()
|
||||
end,
|
||||
sub_item_table = {
|
||||
{
|
||||
text = _("Check for update"),
|
||||
text = _("Check for updates"),
|
||||
callback = function()
|
||||
local connect_callback = function()
|
||||
OTAManager:fetchAndProcessUpdate()
|
||||
|
||||
Reference in New Issue
Block a user