Standardize directory/folder to folder (#7328)

Closes <https://github.com/koreader/koreader/issues/7157>.
This commit is contained in:
Frans de Jonge
2021-02-22 18:44:16 +01:00
committed by GitHub
parent 75356f2837
commit 1bd4636a03
14 changed files with 29 additions and 29 deletions

View File

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