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

pull/8831/head
Frans de Jonge 2 years ago committed by GitHub
parent 4d6a789f6d
commit 8ff8a05ff3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -434,7 +434,7 @@ Commands to be executed on start can be placed in:
Aliases (shortcuts) to frequently used commands can be placed in:
'$TERMINAL_DATA/scripts/aliases'.]])
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
UIManager:show(InfoMessage:new{

Loading…
Cancel
Save