summaryrefslogtreecommitdiff
path: root/plugins/bookmarklets
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-04 15:22:22 +0300
committerAndrew Dolgov <[email protected]>2018-12-04 15:22:22 +0300
commit31e79317b3ab958dc094ac8b6d434aa4523d8085 (patch)
treec9cd17e4ca85fea38cadf162ce86f330e3b7743f /plugins/bookmarklets
parent7d3b5f2abd343e8e8d64a2ba6c034e47f6fd9b9f (diff)
normalize various font sizes and families between prefs & main UI
change some dialogs layout a bit to maybe become more readable
Diffstat (limited to 'plugins/bookmarklets')
-rw-r--r--plugins/bookmarklets/init.php2
1 files changed, 1 insertions, 1 deletions
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 "<div dojoType=\"dijit.layout.AccordionPane\" title=\"".__('Bookmarklets')."\">";
- print "<p>" . __("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.") . "</p>";
+ 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());