From 73dfda1da6c641ca86965b0501bb1ec54f5daa81 Mon Sep 17 00:00:00 2001
From: Andrew Dolgov " . __("PostgreSQL trigram extension returns string similarity as a floating point number (0-1). Setting it too low might produce false positives, zero disables checking.") . " " . __("Uses Readability (full-text-rss) implementation by FiveFilters.org");
print " " . __("Drag the link below to your browser toolbar, open the feed you're interested in in your browser and click on the link to subscribe to it.") . "" . __("Global settings") . "
";
diff --git a/plugins/af_redditimgur/init.php b/plugins/af_redditimgur/init.php
index e7658120d..9b3a999d3 100644
--- a/plugins/af_redditimgur/init.php
+++ b/plugins/af_redditimgur/init.php
@@ -43,9 +43,7 @@ class Af_RedditImgur extends Plugin {
print "";
print "";
- print "" . __("Global settings") . "
";
-
- print_notice("Uses Readability (full-text-rss) implementation by FiveFilters.org");
+ print "
" . __("Use this bookmarklet to publish arbitrary pages using Tiny Tiny RSS") . "
"; print ""; diff --git a/plugins/share/init.php b/plugins/share/init.php index bcc081897..0f8f8fec1 100644 --- a/plugins/share/init.php +++ b/plugins/share/init.php @@ -36,11 +36,9 @@ class Share extends Plugin { function hook_prefs_tab_section($id) { if ($id == "prefFeedsPublishedGenerated") { - print_warning(__("You can disable all articles shared by unique URLs here.")); + print "
" . __("You can disable all articles shared by unique URLs here.") . "
"; - print ""; - - print "
"; @@ -96,7 +94,7 @@ class Share extends Plugin { AND owner_uid = " . $_SESSION['uid']); } - print "