mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[i18n] Fix 'Choose new folder to set as home?' can't be translated (#9841)
Reported in <https://www.mobileread.com/forums/showthread.php?p=4276962#post4276962>.
This commit is contained in:
@@ -310,7 +310,7 @@ function FileManagerMenu:setUpdateItemTable()
|
||||
home_dir = Device.home_dir
|
||||
end
|
||||
UIManager:show(ConfirmBox:new{
|
||||
text = text .. "\nChoose new folder to set as home?",
|
||||
text = text .. "\n" .. _("Choose new folder to set as home?"),
|
||||
ok_text = _("Choose folder"),
|
||||
ok_callback = function()
|
||||
local path_chooser = require("ui/widget/pathchooser"):new{
|
||||
|
||||
Reference in New Issue
Block a user