mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[i18n] Remove stray newline from ExternalKeyboard string (#9890)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user