From 2d193f350a3b3c0324f2a59b692c46dc13e940db Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Mon, 30 Jan 2023 10:55:22 +0100 Subject: [PATCH] lang sync --- localization/rssguard_es.ts | 4 ++-- src/librssguard/services/tt-rss/ttrssnetworkfactory.cpp | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/localization/rssguard_es.ts b/localization/rssguard_es.ts index 105f5842e..816fadafa 100644 --- a/localization/rssguard_es.ts +++ b/localization/rssguard_es.ts @@ -2755,7 +2755,7 @@ La aplicación tiene que reiniciarla manualmente. Some feeds were not loaded properly or import file is corrupted. - + Algunas fuentes fue imposible cargarlas correctamente o el archivo de importación está dañado. @@ -2830,7 +2830,7 @@ La aplicación tiene que reiniciarla manualmente. OPML 2.0 files (*.opml *.xml) - + Archivos OPML 2.0 (*.opml *.xml) diff --git a/src/librssguard/services/tt-rss/ttrssnetworkfactory.cpp b/src/librssguard/services/tt-rss/ttrssnetworkfactory.cpp index 066563e90..8a59d3742 100644 --- a/src/librssguard/services/tt-rss/ttrssnetworkfactory.cpp +++ b/src/librssguard/services/tt-rss/ttrssnetworkfactory.cpp @@ -353,7 +353,9 @@ TtRssGetCompactHeadlinesResponse TtRssNetworkFactory::getCompactHeadlines(int fe if (result.isUnknownMethod()) { qCriticalNN << LOGSEC_TTRSS << "'getCompactHeadlines' method is not installed."; - throw FeedFetchException(Feed::Status::OtherError, QSL("'getCompactHeadlines' method is not installed.")); + throw FeedFetchException(Feed::Status::OtherError, + QSL("'getCompactHeadlines' method is not installed on your TT-RSS instance. Install " + "'api_newsplus' plugin.")); } else if (result.isNotLoggedIn()) { // We are not logged in.