Standardize select/choose to choose (#8128)

Closes #8105.
This commit is contained in:
hius07
2021-08-24 23:19:07 +03:00
committed by GitHub
parent a558376471
commit 684fd6c12d
9 changed files with 24 additions and 24 deletions

View File

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