mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[chore] NewsDownloader: remove stray space (#8267)
This commit is contained in:
@@ -273,7 +273,7 @@ function NewsDownloader:loadConfigAndProcessFeeds(touchmenu_instance)
|
||||
|
||||
if #unsupported_feeds_urls <= 0 then
|
||||
-- When no errors are present, we get a happy message.
|
||||
feed_message = _("Downloading news finished. ")
|
||||
feed_message = _("Downloading news finished.")
|
||||
else
|
||||
-- When some errors are present, we get a sour message that includes
|
||||
-- information about the source of the error.
|
||||
|
||||
Reference in New Issue
Block a user