[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

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:
'$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{