summaryrefslogtreecommitdiff
path: root/classes/pref
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-02 21:41:30 +0400
committerAndrew Dolgov <[email protected]>2013-04-02 21:41:30 +0400
commit8ef9645da0374d65683a4ed4762b8f2e6d36016e (patch)
tree9dd8ab221a925bcff4d3ceb4797c2531be159143 /classes/pref
parentcc332603431102a682feda22b9cf0093a29f0176 (diff)
pref-prefs: add help for USER_CSS_THEME
Diffstat (limited to 'classes/pref')
-rw-r--r--classes/pref/prefs.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/classes/pref/prefs.php b/classes/pref/prefs.php
index 938782b51..c91c0cf3c 100644
--- a/classes/pref/prefs.php
+++ b/classes/pref/prefs.php
@@ -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"))
);
}