mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[i18n]KOSync: use already translated "Not available" instead of "Unavailable" (#10648)
Cf. https://github.com/koreader/koreader/pull/10605#discussion_r1252639047
This commit is contained in:
@@ -94,7 +94,7 @@ end
|
||||
|
||||
function KOSync:getSyncPeriod()
|
||||
if not self.settings.auto_sync then
|
||||
return _("Unavailable")
|
||||
return _("Not available")
|
||||
end
|
||||
|
||||
local period = self.settings.pages_before_update
|
||||
|
||||
Reference in New Issue
Block a user