prompt users to long press directory to set inbox

This should fix #1233.
This commit is contained in:
chrox
2014-11-25 18:19:30 +08:00
parent 9ff70da66e
commit e1af7f2ed3

View File

@@ -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,
}