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 +- plugins/share/init.php | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'plugins') 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()); diff --git a/plugins/share/init.php b/plugins/share/init.php index 6ac08b751..fae9be252 100644 --- a/plugins/share/init.php +++ b/plugins/share/init.php @@ -38,6 +38,8 @@ class Share extends Plugin { function hook_prefs_tab_section($id) { if ($id == "prefFeedsPublishedGenerated") { + print "
"; + print "

" . __("You can disable all articles shared by unique URLs here.") . "

"; print "