From: Andrew Dolgov Date: Tue, 9 Apr 2013 18:28:06 +0000 (+0400) Subject: update description of DEFAULT_UPDATE_INTERVAL (2) X-Git-Tag: 1.7.9~31 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=723bcdb21320bd9c9e86ed7efa474ef68e568a03;p=tt-rss.git update description of DEFAULT_UPDATE_INTERVAL (2) --- diff --git a/classes/pref/prefs.php b/classes/pref/prefs.php index 26f65f7e..29541e04 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 feed update interval"), __("Specifies how often each feed gets updated")), + "DEFAULT_UPDATE_INTERVAL" => array(__("Default feed update interval"), __("Shortest interval at which a feed will be checked for updates regardless of update method")), "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")),