From 85c7783dcf4beb4ccb919860f954414688875e60 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Tue, 2 Jun 2026 19:40:41 -0400 Subject: [PATCH] Rename auto sync to 'Automatically push progress' --- main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.lua b/main.lua index 3eef056..cfb463d 100644 --- a/main.lua +++ b/main.lua @@ -234,7 +234,7 @@ function Bookhoard:buildMainMenu() end table.insert(items, { - text = _("Automatically keep documents in sync"), + text = _("Automatically push progress"), 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.]]), callback = function()