Rename auto sync to 'Automatically push progress'
This commit is contained in:
@@ -234,7 +234,7 @@ function Bookhoard:buildMainMenu()
|
|||||||
end
|
end
|
||||||
|
|
||||||
table.insert(items, {
|
table.insert(items, {
|
||||||
text = _("Automatically keep documents in sync"),
|
text = _("Automatically push progress"),
|
||||||
checked_func = function() return self.settings.auto_sync end,
|
checked_func = function() return self.settings.auto_sync end,
|
||||||
help_text = _([[This may lead to prompts about toggling WiFi on document close and suspend/resume, depending on your device's connectivity.]]),
|
help_text = _([[This may lead to prompts about toggling WiFi on document close and suspend/resume, depending on your device's connectivity.]]),
|
||||||
callback = function()
|
callback = function()
|
||||||
|
|||||||
Reference in New Issue
Block a user