From e1af7f2ed309fb730e053db9b0de64dbee5c5cd8 Mon Sep 17 00:00:00 2001 From: chrox Date: Tue, 25 Nov 2014 18:19:30 +0800 Subject: [PATCH] prompt users to long press directory to set inbox This should fix #1233. --- frontend/ui/downloadmgr.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }