summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-09 22:18:59 +0400
committerAndrew Dolgov <[email protected]>2013-04-09 22:18:59 +0400
commit3ddbefabef8d325556164dbc9082594c88cc320c (patch)
tree8f05f1339d986c4eddcc35a1720febd158c8c8bf
parentccb2b8dd423b252f8d93b34f92ea567aae79cffe (diff)
update description of DEFAULT_UPDATE_INTERVAL
-rw-r--r--classes/pref/prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/pref/prefs.php b/classes/pref/prefs.php
index 445d0aadb..26f65f7eb 100644
--- a/classes/pref/prefs.php
+++ b/classes/pref/prefs.php
@@ -30,7 +30,7 @@ class Pref_Prefs extends Handler_Protected {
"COMBINED_DISPLAY_MODE" => array(__("Combined feed display"), __("Display expanded list of feed articles, instead of separate displays for headlines and article content")),
"CONFIRM_FEED_CATCHUP" => array(__("Confirm marking feed as read"), ""),
"DEFAULT_ARTICLE_LIMIT" => array(__("Amount of articles to display at once"), ""),
- "DEFAULT_UPDATE_INTERVAL" => array(__("Default interval between feed updates"), ""),
+ "DEFAULT_UPDATE_INTERVAL" => array(__("Default feed update interval"), __("Specifies how often each feed gets updated")),
"DIGEST_CATCHUP" => array(__("Mark articles in e-mail digest as read"), ""),
"DIGEST_ENABLE" => array(__("Enable e-mail digest"), __("This option enables sending daily digest of new (and unread) headlines on your configured e-mail address")),
"DIGEST_PREFERRED_TIME" => array(__("Try to send digests around specified time"), __("Uses UTC timezone")),