From e865fb9114c37fd0b686b5247fef032a913b01e0 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Sun, 26 Sep 2021 12:30:17 +0200 Subject: [PATCH] [chore] NewsDownloader: remove stray space (#8267) --- plugins/newsdownloader.koplugin/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/newsdownloader.koplugin/main.lua b/plugins/newsdownloader.koplugin/main.lua index 640698449..39186ff67 100644 --- a/plugins/newsdownloader.koplugin/main.lua +++ b/plugins/newsdownloader.koplugin/main.lua @@ -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.