From 11ef0f87294905060fa15e68afc293c367157d8b Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Sat, 13 Dec 2014 16:14:13 +0200 Subject: [PATCH] Correct RSS tooltip text from 18e0d122fb. --- src/rss/automatedrssdownloader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rss/automatedrssdownloader.cpp b/src/rss/automatedrssdownloader.cpp index 328e9591b..9edc05745 100644 --- a/src/rss/automatedrssdownloader.cpp +++ b/src/rss/automatedrssdownloader.cpp @@ -81,7 +81,7 @@ AutomatedRssDownloader::AutomatedRssDownloader(const QWeakPointer& m "
  • " + tr("Three range types for episodes are supported: ") + "
  • " + "
    • " "
    • " + tr("Single number: 1x25; matches episode 25 of season one") + "
    • " + "
    • " + tr("Normal range: 1x25-40; matches episodes 25 through 40 of season one") + "
    • " + - "
    • " + tr("Infinite range: 1x25-; matches 40 and onward episodes of season one") + "
    • " + "
  • "; + "
  • " + tr("Infinite range: 1x25-; matches episodes 25 and upward of season one") + "
  • " + ""; ui->lineEFilter->setToolTip(tip); initLabelCombobox(); loadFeedList();