mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Add explanation for shorten home folder (#7365)
Cf. <https://www.mobileread.com/forums/showthread.php?p=4098071#post4098071>.
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user