diff --git a/localization/rssguard_en.ts b/localization/rssguard_en.ts index 9f71507c7..b4979b21c 100644 --- a/localization/rssguard_en.ts +++ b/localization/rssguard_en.ts @@ -1129,7 +1129,7 @@ or this functionality is not implemented yet. - Predefined settings DO NOT have to be changed from their default values. Change these values only of you are advanced user and you know what you are doing! + Predefined settings DO NOT have to be changed from their default values. Change these values only if you are an advanced user and you know what you are doing! diff --git a/localization/rssguard_en_GB.ts b/localization/rssguard_en_GB.ts index 8703abf14..9993b6102 100644 --- a/localization/rssguard_en_GB.ts +++ b/localization/rssguard_en_GB.ts @@ -1098,7 +1098,7 @@ or this functionality is not implemented yet. - Predefined settings DO NOT have to be changed from their default values. Change these values only of you are advanced user and you know what you are doing! + Predefined settings DO NOT have to be changed from their default values. Change these values only if you are an advanced user and you know what you are doing! @@ -4689,4 +4689,4 @@ Last login on: %4 - \ No newline at end of file + diff --git a/src/network-web/adblock/adblockaddsubscriptiondialog.cpp b/src/network-web/adblock/adblockaddsubscriptiondialog.cpp index e34500407..4ca4b3246 100755 --- a/src/network-web/adblock/adblockaddsubscriptiondialog.cpp +++ b/src/network-web/adblock/adblockaddsubscriptiondialog.cpp @@ -31,6 +31,7 @@ AdBlockAddSubscriptionDialog::AdBlockAddSubscriptionDialog(QWidget* parent) m_ui->setupUi(this); m_knownSubscriptions << Subscription(QSL("EasyList (English)"), ADBLOCK_EASYLIST_URL) << Subscription(QSL("BSI Lista Polska (Polish)"), QSL("http://www.bsi.info.pl/filtrABP.txt")) + << Subscription(QSL("EasyList Germany (German"), QSL("https://easylist.to/easylistgermany/easylistgermany.txt")) << Subscription(QSL("EasyList Czech and Slovak (Czech)"), QSL("https://raw.githubusercontent.com/tomasko126/easylistczechandslovak/master/filters.txt")) << Subscription(QSL("dutchblock (Dutch)"), QSL("http://groenewoudt.net/dutchblock/list.txt"))