From c01a9fd2135dfc8da1ecd426af2ddacd6ca1d297 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Sun, 11 Dec 2022 10:15:38 +0100 Subject: [PATCH] [i18n] Remove stray newline from ExternalKeyboard string (#9890) --- plugins/externalkeyboard.koplugin/main.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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