diff --git a/plugins/externalkeyboard.koplugin/main.lua b/plugins/externalkeyboard.koplugin/main.lua index 4d360c482..9fd64d385 100644 --- a/plugins/externalkeyboard.koplugin/main.lua +++ b/plugins/externalkeyboard.koplugin/main.lua @@ -368,9 +368,7 @@ end) function ExternalKeyboard:showHelp() UIManager:show(InfoMessage:new { - text = _([[ -Note that in the OTG mode the device would not be recognized as a USB drive by a computer. -]]), + text = _("Note that in OTG mode the device will not be recognized as a USB drive by a computer."), }) end