mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
@@ -17,7 +17,7 @@ end
|
||||
-- @treturn string path chosen by the user
|
||||
function CloudMgr:chooseDir()
|
||||
local cloud_storage = CloudStorage:new{
|
||||
title = _("Long-press to select folder"),
|
||||
title = _("Long-press to choose a folder"),
|
||||
item = self.item,
|
||||
onConfirm = function(dir_path)
|
||||
self.onConfirm(dir_path)
|
||||
|
||||
Reference in New Issue
Block a user