[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>.
reviewable/pr9842/r1
Frans de Jonge 1 year ago committed by GitHub
parent b1f77ac085
commit 84be6fc226
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save