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

@@ -139,7 +139,7 @@ function DropBoxApi:listFolder(path, token, folder_mode)
-- Add special folder.
if folder_mode then
table.insert(dropbox_list, 1, {
text = _("Long-press to select current folder"),
text = _("Long-press to choose current folder"),
url = path,
type = "folder_long_press",
})