Cleanup downloadmgr titles (#4222)

This commit is contained in:
Robert
2018-09-13 13:20:09 +02:00
committed by poire-z
parent c8d19b310c
commit a706fde2d7
6 changed files with 2 additions and 14 deletions

View File

@@ -206,10 +206,9 @@ function CloudStorage:cloudFile(item, path)
},
{
{
text = _("Choose download directory by long-pressing"),
text = _("Choose download directory"),
callback = function()
require("ui/downloadmgr"):new{
title = _("Choose download directory"),
show_hidden = G_reader_settings:readSetting("show_hidden"),
onConfirm = function(path_download)
self.cs_settings:saveSetting("download_dir", path_download)