512
510
"Type the address of a preconfigured filter list in the text entry "
513
511
"and click \"Add\" to add it to the list. "
514
512
"You can find more lists at %s."),
516
513
"<a href=\"http://adblockplus.org/en/subscriptions\">adblockplus.org/en/subscriptions</a> "
517
514
"<a href=\"http://easylist.adblockplus.org/\">easylist.adblockplus.org</a>");
523
515
g_signal_connect (button, "activate-link",
524
516
G_CALLBACK (adblock_activate_link_cb), NULL);
526
517
gtk_label_set_markup (GTK_LABEL (button), description);
528
519
gtk_label_set_line_wrap (GTK_LABEL (button), TRUE);