Skip to content

Commit

Permalink
[i18n]KOSync: use already translated "Not available" instead of "Unav…
Browse files Browse the repository at this point in the history
…ailable"

Cf. #10605 (comment)
  • Loading branch information
Frenzie committed Jul 5, 2023
1 parent 5336e2f commit dc81932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/kosync.koplugin/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc81932

Please sign in to comment.