mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[AutoWarmth] Simplify translations (#9996)
This commit is contained in:
@@ -1042,7 +1042,7 @@ function AutoWarmth:getWarmthMenu()
|
||||
text_func = function()
|
||||
if Device:hasNaturalLight() then
|
||||
return T(_("Control: %1%2%3"), self.control_warmth and _("warmth") or "",
|
||||
self.control_warmth and self.control_nightmode and T(_(" %1 "), _("and")) or "",
|
||||
self.control_warmth and self.control_nightmode and T(" %1 ", _("and")) or "",
|
||||
self.control_nightmode and _("night mode") or "")
|
||||
else
|
||||
return _("Control: night mode")
|
||||
|
||||
Reference in New Issue
Block a user