summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-11 14:31:07 +0300
committerAndrew Dolgov <[email protected]>2018-12-11 14:31:07 +0300
commit66d3dcbc7da51d2345901358b8a6ea18a62681fb (patch)
treee06373c8c2350ee0d4f622af607543594a6978c4
parentdaa43e05727d4cd4d7b261a5be3faefab4263dcd (diff)
update user css info line
-rw-r--r--classes/pref/prefs.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/classes/pref/prefs.php b/classes/pref/prefs.php
index 7494bc610..af8f86284 100644
--- a/classes/pref/prefs.php
+++ b/classes/pref/prefs.php
@@ -984,10 +984,9 @@ class Pref_Prefs extends Handler_Protected {
function customizeCSS() {
$value = get_pref("USER_STYLESHEET");
-
$value = str_replace("<br/>", "\n", $value);
- print_notice(T_sprintf("You can override colors, fonts and layout of your currently selected theme with custom CSS declarations here. <a target=\"_blank\" class=\"visibleLink\" href=\"%s\">This file</a> can be used as a baseline.", "css/tt-rss.css"));
+ print_notice(__("You can override colors, fonts and layout of your currently selected theme with custom CSS declarations here."));
print_hidden("op", "rpc");
print_hidden("method", "setpref");