[i18n] Remove stray newline from ExternalKeyboard string (#9890)

This commit is contained in:
Frans de Jonge
2022-12-11 10:15:38 +01:00
committed by GitHub
parent a76f3f5bf5
commit c01a9fd213

View File

@@ -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