summaryrefslogtreecommitdiff
path: root/classes/pref/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-29 15:58:15 +0400
committerAndrew Dolgov <[email protected]>2013-04-29 15:58:15 +0400
commitbd02d29e1b0c80f399cd51f6c439bc0ce92368ac (patch)
tree8d9be1e1579f3e7893c34d47e2441c2092b47e4e /classes/pref/prefs.php
parent7b149552cb99a44f1fbeef642ffc60e91b1f61a0 (diff)
prefs: update some descriptions to be more consistent
Diffstat (limited to 'classes/pref/prefs.php')
-rw-r--r--classes/pref/prefs.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/pref/prefs.php b/classes/pref/prefs.php
index 157abb8bc..45715488a 100644
--- a/classes/pref/prefs.php
+++ b/classes/pref/prefs.php
@@ -52,10 +52,10 @@ class Pref_Prefs extends Handler_Protected {
"STRIP_IMAGES" => array(__("Do not embed images in articles"), ""),
"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"), ""),
+ "USER_TIMEZONE" => array(__("Time zone"), ""),
"VFEED_GROUP_BY_FEED" => array(__("Group headlines in virtual feeds"), __("Special feeds, labels, and categories are grouped by originating feeds")),
"USER_LANGUAGE" => array(__("Language")),
- "USER_CSS_THEME" => array(__("Select theme"), __("Select one of the available CSS themes"))
+ "USER_CSS_THEME" => array(__("Theme"), __("Select one of the available CSS themes"))
);
}