[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:
Frans de Jonge
2022-11-27 21:55:26 +01:00
committed by GitHub
parent b1f77ac085
commit 84be6fc226

View File

@@ -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{