Add explanation for shorten home folder (#7365)

Cf. <https://www.mobileread.com/forums/showthread.php?p=4098071#post4098071>.
pull/7378/head
Frans de Jonge 3 years ago committed by GitHub
parent 5303165bf9
commit 8bdf2c5e75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"),

Loading…
Cancel
Save