[chore] NewsDownloader: various minor string fixes (#8268)

Follow-up to <https://github.com/koreader/koreader/pull/8267>.
reviewable/pr8271/r1
Frans de Jonge 3 years ago committed by GitHub
parent e865fb9114
commit a21b5be64a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -308,7 +308,7 @@ review your feed configuration file.]])
if touchmenu_instance then if touchmenu_instance then
-- Ask the user if they want to go to their downloads folder -- Ask the user if they want to go to their downloads folder
-- or if they'd rather remain at the menu. -- or if they'd rather remain at the menu.
feed_message = feed_message .. _("Go to downloaders folder?") feed_message = feed_message .. _("Go to download folder?")
local should_go_to_downloads = UI:confirm( local should_go_to_downloads = UI:confirm(
feed_message, feed_message,
_("Close"), _("Close"),
@ -677,7 +677,7 @@ function NewsDownloader:viewFeedList()
UIManager:close(self.kv) UIManager:close(self.kv)
end end
self.kv = KeyValuePage:new{ self.kv = KeyValuePage:new{
title = _("RSS/Atom Feeds List"), title = _("RSS/Atom feeds"),
value_overflow_align = "right", value_overflow_align = "right",
kv_pairs = view_content, kv_pairs = view_content,
callback_return = function() callback_return = function()
@ -972,7 +972,7 @@ end
function NewsDownloader:saveConfig(config) function NewsDownloader:saveConfig(config)
local UI = require("ui/trapper") local UI = require("ui/trapper")
UI:info(_("Saving news feed list...")) UI:info(_("Saving news feed list"))
local persist = Persist:new{ local persist = Persist:new{
path = self.feed_config_path path = self.feed_config_path
} }

Loading…
Cancel
Save