Fix 'screen server' typo (should be screensaver)

pull/2065/head
Frans de Jonge 8 years ago
parent 1db0d52e9c
commit eb28513403

@ -119,7 +119,7 @@ function FileManagerMenu:setUpdateItemTable()
-- tools tab -- tools tab
if Device.isKobo() then if Device.isKobo() then
table.insert(self.tab_item_table.tools, { table.insert(self.tab_item_table.tools, {
text = _("Screen server folder"), text = _("Screensaver folder"),
callback = function() callback = function()
local ss_folder_path_input local ss_folder_path_input
local function save_folder_path() local function save_folder_path()
@ -129,7 +129,7 @@ function FileManagerMenu:setUpdateItemTable()
end end
local curr_path = G_reader_settings:readSetting("screensaver_folder") local curr_path = G_reader_settings:readSetting("screensaver_folder")
ss_folder_path_input = InputDialog:new{ ss_folder_path_input = InputDialog:new{
title = _("Screen saver folder"), title = _("Screensaver folder"),
input = curr_path, input = curr_path,
input_hint = "/mnt/onboard/screensaver", input_hint = "/mnt/onboard/screensaver",
input_type = "text", input_type = "text",

Loading…
Cancel
Save