From 66d3dcbc7da51d2345901358b8a6ea18a62681fb Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 11 Dec 2018 14:31:07 +0300 Subject: update user css info line --- classes/pref/prefs.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'classes') 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("
", "\n", $value); - print_notice(T_sprintf("You can override colors, fonts and layout of your currently selected theme with custom CSS declarations here. This file 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"); -- cgit v1.2.3