mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[plugin] Terminal: move stray newlines outside of translated string (#8830)
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user