From 8ff8a05ff34b2752fadbfc9a5fb801fc7e2e74ef Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Sun, 20 Feb 2022 16:08:23 +0100 Subject: [PATCH] [plugin] Terminal: move stray newlines outside of translated string (#8830) --- plugins/terminal.koplugin/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/terminal.koplugin/main.lua b/plugins/terminal.koplugin/main.lua index 5d208d4a2..370323640 100644 --- a/plugins/terminal.koplugin/main.lua +++ b/plugins/terminal.koplugin/main.lua @@ -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 shfm’s help message.") + about_text = about_text .. "\n\n" .. _("You can use 'shfm' as a file manager, '?' shows shfm’s help message.") end UIManager:show(InfoMessage:new{