diff --git a/extensions/adblock.c b/extensions/adblock.c index 15f465d1..f1504325 100644 --- a/extensions/adblock.c +++ b/extensions/adblock.c @@ -529,8 +529,10 @@ adblock_get_preferences_dialog (MidoriExtension* extension) "and click \"Add\" to add it to the list. " "You can find more lists at %s."), #if GTK_CHECK_VERSION (2, 18, 0) + "adblockplus.org/en/subscriptions " "easylist.adblockplus.org"); #else + "http://adblockplus.org/en/subscriptions " "http://easylist.adblockplus.org/"); #endif #if GTK_CHECK_VERSION (2, 18, 0)