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

reviewable/pr9905/r1
Frans de Jonge 1 year ago committed by GitHub
parent a76f3f5bf5
commit c01a9fd213
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save