From 0c7bba225f6327bc8c31b8a2e82e5d2a4f028de9 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Sat, 10 Feb 2018 12:15:34 +0100 Subject: [PATCH] [fix] KoboLight: typo (#3672) --- plugins/kobolight.koplugin/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/kobolight.koplugin/main.lua b/plugins/kobolight.koplugin/main.lua index 1d27c355b..30cd44405 100644 --- a/plugins/kobolight.koplugin/main.lua +++ b/plugins/kobolight.koplugin/main.lua @@ -240,7 +240,7 @@ function KoboLight:addToMainMenu(menu_items) UIManager:show(image) UIManager:show(ConfirmBox:new{ text = _("Frontlight gesture controller can:\n- Turn on or off frontlight by tapping bottom left of the screen.\n- Change frontlight intensity by swiping up or down on the left of the screen.") .. nl_text .. "\n\n" .. - self:disabled() and _("Do you want to enable the frontlight gesture controller?") or _("Do you want to disable the frontlight gesture controller?"), + (self:disabled() and _("Do you want to enable the frontlight gesture controller?") or _("Do you want to disable the frontlight gesture controller?")), ok_text = self:disabled() and _("Enable") or _("Disable"), ok_callback = function() UIManager:close(image)