mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Standardize directory/folder to folder (#7328)
Closes <https://github.com/koreader/koreader/issues/7157>.
This commit is contained in:
@@ -301,7 +301,7 @@ function CloudStorage:cloudFile(item, path)
|
||||
},
|
||||
{
|
||||
{
|
||||
text = _("Choose download directory"),
|
||||
text = _("Choose download folder"),
|
||||
callback = function()
|
||||
require("ui/downloadmgr"):new{
|
||||
show_hidden = G_reader_settings:readSetting("show_hidden"),
|
||||
@@ -341,7 +341,7 @@ end
|
||||
|
||||
function CloudStorage:onMenuHold(item)
|
||||
if item.type == "folder_long_press" then
|
||||
local title = T(_("Select this directory?\n\n%1"), BD.dirpath(item.url))
|
||||
local title = T(_("Select this folder?\n\n%1"), BD.dirpath(item.url))
|
||||
local onConfirm = self.onConfirm
|
||||
local button_dialog
|
||||
button_dialog = ButtonDialogTitle:new{
|
||||
|
||||
Reference in New Issue
Block a user