diff --git a/frontend/ui/downloadmgr.lua b/frontend/ui/downloadmgr.lua index 54e517d31..f4c27f403 100644 --- a/frontend/ui/downloadmgr.lua +++ b/frontend/ui/downloadmgr.lua @@ -5,7 +5,7 @@ local util = require("ffi/util") local _ = require("gettext") local DownloadMgr = { - title = _("Choose download directory"), + title = _("Long press to choose download directory"), onConfirm = function() end, }