[i18n]KOSync: use already translated "Not available" instead of "Unavailable" (#10648)

Cf. https://github.com/koreader/koreader/pull/10605#discussion_r1252639047
reviewable/pr10655/r1
Frans de Jonge 10 months ago committed by GitHub
parent 5336e2f11d
commit 2b18a7e90f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save