mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
prompt users to long press directory to set inbox
This should fix #1233.
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user