pref-prefs: add help for USER_CSS_THEME

This commit is contained in:
Andrew Dolgov 2013-04-02 21:41:30 +04:00
parent cc33260343
commit 8ef9645da0
1 changed files with 2 additions and 1 deletions

View 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"))
);
}