From 31e79317b3ab958dc094ac8b6d434aa4523d8085 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 4 Dec 2018 15:22:22 +0300 Subject: normalize various font sizes and families between prefs & main UI change some dialogs layout a bit to maybe become more readable --- plugins/bookmarklets/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/bookmarklets/init.php') diff --git a/plugins/bookmarklets/init.php b/plugins/bookmarklets/init.php index 0aa953a27..27a7b13b2 100644 --- a/plugins/bookmarklets/init.php +++ b/plugins/bookmarklets/init.php @@ -19,7 +19,7 @@ class Bookmarklets extends Plugin { print "
"; - 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.") . "

"; + 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."); $bm_subscribe_url = str_replace('%s', '', Pref_Feeds::subscribe_to_feed_url()); -- cgit v1.2.3