Add explanation for shorten home folder (#7365)

Cf. <https://www.mobileread.com/forums/showthread.php?p=4098071#post4098071>.
This commit is contained in:
Frans de Jonge
2021-03-02 10:33:05 +01:00
committed by GitHub
parent 5303165bf9
commit 8bdf2c5e75

View File

@@ -284,6 +284,15 @@ function FileManagerMenu:setUpdateItemTable()
local FileManager = require("apps/filemanager/filemanager")
if FileManager.instance then FileManager.instance:reinit() end
end,
help_text = _([[
"Shorten home folder" will display the home folder itself as "Home" instead of its full path.
Assuming the home folder is:
`/mnt/onboard/.books`
A subfolder will be shortened from:
`/mnt/onboard/.books/Manga/Cells at Work`
To:
`Manga/Cells at Work`.]]),
},
{
text = _("Show filename in Open last/previous menu items"),