[chore] NewsDownloader: remove stray space (#8267)

pull/8268/head
Frans de Jonge 3 years ago committed by GitHub
parent 2dfbf56624
commit e865fb9114
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.

Loading…
Cancel
Save