2
0
mirror of https://github.com/koreader/koreader synced 2024-11-10 01:10:34 +00:00

[plugin] Terminal: move stray newlines outside of translated string (#8830)

This commit is contained in:
Frans de Jonge 2022-02-20 16:08:23 +01:00 committed by GitHub
parent 4d6a789f6d
commit 8ff8a05ff3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -434,7 +434,7 @@ Commands to be executed on start can be placed in:
Aliases (shortcuts) to frequently used commands can be placed in: Aliases (shortcuts) to frequently used commands can be placed in:
'$TERMINAL_DATA/scripts/aliases'.]]) '$TERMINAL_DATA/scripts/aliases'.]])
if not Device:isAndroid() then if not Device:isAndroid() then
about_text = about_text .. _("\n\nYou can use 'shfm' as a file manager, '?' shows shfms help message.") about_text = about_text .. "\n\n" .. _("You can use 'shfm' as a file manager, '?' shows shfms help message.")
end end
UIManager:show(InfoMessage:new{ UIManager:show(InfoMessage:new{