diff --git a/src/librssguard/core/feeddownloader.cpp b/src/librssguard/core/feeddownloader.cpp index 8ef68532d..20c8d3460 100644 --- a/src/librssguard/core/feeddownloader.cpp +++ b/src/librssguard/core/feeddownloader.cpp @@ -490,7 +490,7 @@ void FeedDownloader::finalizeUpdate() { qApp->showGuiMessage(Notification::Event::ArticlesFetchingError, {QObject::tr("Some feeds have error"), QObject::tr("Some feeds threw an error when fetching articles."), - QSystemTrayIcon::MessageIcon::Critical}); + QSystemTrayIcon::MessageIcon::Warning}); } // Update of feeds has finished.