]> git.wh0rd.org - tt-rss.git/commitdiff
pref-prefs: add help for USER_CSS_THEME
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 2 Apr 2013 17:41:30 +0000 (21:41 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 2 Apr 2013 17:41:30 +0000 (21:41 +0400)
classes/pref/prefs.php

index 938782b51df06d35efa1216c350badaffe0ee95e..c91c0cf3c30150748524348451899b4ab9cd802d 100644 (file)
@@ -53,7 +53,8 @@ class Pref_Prefs extends Handler_Protected {
                        "STRIP_UNSAFE_TAGS" => array(__("Strip unsafe tags from articles"), __("Strip all but most common HTML tags when reading articles.")),
                        "USER_STYLESHEET" => array(__("Customize stylesheet"), __("Customize CSS stylesheet to your liking")),
                        "USER_TIMEZONE" => array(__("User timezone"), ""),
-                       "VFEED_GROUP_BY_FEED" => array(__("Group headlines in virtual feeds"), __("Special feeds, labels, and categories are grouped by originating feeds"))
+                       "VFEED_GROUP_BY_FEED" => array(__("Group headlines in virtual feeds"), __("Special feeds, labels, and categories are grouped by originating feeds")),
+                       "USER_CSS_THEME" => array(__("Select theme"), __("Select one of the available CSS themes"))
                );
        }