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:
parent
4d6a789f6d
commit
8ff8a05ff3
@ -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 shfm’s help message.")
|
about_text = about_text .. "\n\n" .. _("You can use 'shfm' as a file manager, '?' shows shfm’s help message.")
|
||||||
end
|
end
|
||||||
|
|
||||||
UIManager:show(InfoMessage:new{
|
UIManager:show(InfoMessage:new{
|
||||||
|
Loading…
Reference in New Issue
Block a user