diff --git a/src/gui/rss/automatedrssdownloader.cpp b/src/gui/rss/automatedrssdownloader.cpp index 1fede2666..c92ff2578 100644 --- a/src/gui/rss/automatedrssdownloader.cpp +++ b/src/gui/rss/automatedrssdownloader.cpp @@ -260,9 +260,9 @@ void AutomatedRssDownloader::updateRuleDefinitionBox() QDateTime dateTime = rule->lastMatch(); QString lMatch; if (dateTime.isValid()) - lMatch = tr("Last match: %1 days ago").arg(dateTime.daysTo(QDateTime::currentDateTime())); + lMatch = tr("Last Match: %1 days ago").arg(dateTime.daysTo(QDateTime::currentDateTime())); else - lMatch = tr("Last match: Unknown"); + lMatch = tr("Last Match: Unknown"); ui->lblLastMatch->setText(lMatch); updateMustLineValidity(); updateMustNotLineValidity(); diff --git a/src/gui/rss/automatedrssdownloader.ui b/src/gui/rss/automatedrssdownloader.ui index de73e49f4..54a0fd32b 100644 --- a/src/gui/rss/automatedrssdownloader.ui +++ b/src/gui/rss/automatedrssdownloader.ui @@ -23,7 +23,7 @@ - Enable the automated RSS downloader + Enable Automated RSS Downloader @@ -45,7 +45,7 @@ - Download rules + Download Rules @@ -85,13 +85,13 @@ - Rule definition + Rule Definition - Use regular expressions + Use Regular Expressions @@ -100,14 +100,14 @@ - Must contain: + Must Contain: - Must not contain: + Must Not Contain: @@ -177,7 +177,7 @@ - Assign label: + Assign Label: @@ -193,7 +193,7 @@ - Save to a different directory + Save to a Different Directory @@ -233,7 +233,7 @@ - Ignore subsequent matches for (0 to disable) + Ignore Subsequent Matches for (0 to Disable) @@ -246,7 +246,7 @@ days - 360 + 365 @@ -281,17 +281,17 @@ - Use global setting + Use global settings - Always add paused + Always - Never add paused + Never @@ -312,7 +312,7 @@ - Apply rule to feeds: + Apply Rule to Feeds: @@ -334,7 +334,7 @@ - Matching RSS articles + Matching RSS Articles