diff --git a/src/librssguard/core/feeddownloader.cpp b/src/librssguard/core/feeddownloader.cpp
index 563f7a2f6..a560b726d 100644
--- a/src/librssguard/core/feeddownloader.cpp
+++ b/src/librssguard/core/feeddownloader.cpp
@@ -174,7 +174,7 @@ void FeedDownloader::updateOneFeed(Feed* feed) {
if (filter.isNull()) {
qCriticalNN << LOGSEC_FEEDDOWNLOADER
- << "Message filter was probably deleted, removing its pointer from list of filters.";
+ << "Article filter was probably deleted, removing its pointer from list of filters.";
feed_filters.removeAt(j--);
continue;
}
diff --git a/src/librssguard/gui/dialogs/formmessagefiltersmanager.ui b/src/librssguard/gui/dialogs/formmessagefiltersmanager.ui
index bc7b946ca..2a49c30ba 100644
--- a/src/librssguard/gui/dialogs/formmessagefiltersmanager.ui
+++ b/src/librssguard/gui/dialogs/formmessagefiltersmanager.ui
@@ -11,7 +11,7 @@
- Message filters
+ Article filters
-
@@ -112,7 +112,7 @@
-
- Message filter details
+ Article filter details
-
@@ -140,7 +140,7 @@
- Title of message filter
+ Title of article filter
@@ -163,7 +163,7 @@
- Your JavaScript-based message filtering logic
+ Your JavaScript-based article filtering logic
diff --git a/src/librssguard/gui/settings/settingsfeedsmessages.ui b/src/librssguard/gui/settings/settingsfeedsmessages.ui
index 706d9b317..e111e8018 100644
--- a/src/librssguard/gui/settings/settingsfeedsmessages.ui
+++ b/src/librssguard/gui/settings/settingsfeedsmessages.ui
@@ -36,7 +36,7 @@
-
- Download messages for all feeds on application startup with initial delay of
+ Fetch articles for all feeds on application startup with initial delay of
@@ -56,7 +56,7 @@
-
- Auto-download messages for all feeds every
+ Auto-fetch articles for all feeds every
@@ -76,7 +76,7 @@
-
- Only auto-download messages when application is unfocused
+ Only auto-fetch articles if application is unfocused
@@ -164,7 +164,7 @@
-
- Message count format in feed list
+ Article count format in feed list
m_cmbCountsFeedList
@@ -189,7 +189,7 @@
- Enter format for count of messages displayed next to each feed/category in feed list. Use "%all" and "%unread" strings which are placeholders for the actual count of all (or unread) messages.
+ Enter format for count of articles displayed next to each feed/category in feed list. Use "%all" and "%unread" strings which are placeholders for the actual count of all (or unread) articles.
Qt::AlignCenter
@@ -202,14 +202,14 @@
-
- Hide message counts if there are no unread messages
+ Hide article counts if there are no unread articles
-
- Display tooltips for feeds and messages
+ Display tooltips for feeds and articles
diff --git a/src/librssguard/services/feedly/gui/feedlyaccountdetails.cpp b/src/librssguard/services/feedly/gui/feedlyaccountdetails.cpp
index b74fbb020..b0263be58 100755
--- a/src/librssguard/services/feedly/gui/feedlyaccountdetails.cpp
+++ b/src/librssguard/services/feedly/gui/feedlyaccountdetails.cpp
@@ -42,7 +42,7 @@ FeedlyAccountDetails::FeedlyAccountDetails(QWidget* parent) : QWidget(parent), m
#endif
m_ui.m_lblLimitMessagesInfo->setText(tr("Beware of downloading too many articles, because "
- "Feedly permanently caches ALL articles of the feed forever so you might "
+ "Feedly permanently caches ALL articles of the feed, so you might "
"end up with thousands of articles which you will never read anyway."));
GuiUtilities::setLabelAsNotice(*m_ui.m_lblInfo, true);