prefs small update
This commit is contained in:
parent
29ef91962c
commit
7dbf63693b
|
@ -71,7 +71,7 @@ class Pref_Prefs extends Handler_Protected {
|
|||
"CDM_AUTO_CATCHUP" => array(__("Mark read on scroll"), __("Mark articles as read as you scroll past them")),
|
||||
"CDM_EXPANDED" => array(__("Always expand articles")),
|
||||
"COMBINED_DISPLAY_MODE" => array(__("Combined mode"), __("Show flat list of articles instead of separate panels")),
|
||||
"CONFIRM_FEED_CATCHUP" => array(__("Confirm marking feed as read")),
|
||||
"CONFIRM_FEED_CATCHUP" => array(__("Confirm marking feeds as read")),
|
||||
"DEFAULT_ARTICLE_LIMIT" => array(__("Amount of articles to display at once")),
|
||||
"DEFAULT_UPDATE_INTERVAL" => array(__("Default update interval")),
|
||||
"DIGEST_CATCHUP" => array(__("Mark sent articles as read")),
|
||||
|
@ -84,7 +84,7 @@ class Pref_Prefs extends Handler_Protected {
|
|||
"HIDE_READ_FEEDS" => array(__("Hide read feeds")),
|
||||
"HIDE_READ_SHOWS_SPECIAL" => array(__("Always show special feeds"), __("While hiding read feeds")),
|
||||
"LONG_DATE_FORMAT" => array(__("Long date format"), __("Syntax is identical to PHP <a href='http://php.net/manual/function.date.php'>date()</a> function.")),
|
||||
"ON_CATCHUP_SHOW_NEXT_FEED" => array(__("On catchup show next feed"), __("Automatically opens next unread feed after marking one as read")),
|
||||
"ON_CATCHUP_SHOW_NEXT_FEED" => array(__("Automatically show next feed"), __("After marking one as read")),
|
||||
"PURGE_OLD_DAYS" => array(__("Purge articles older than"), __("<strong>days</strong> (0 disables)")),
|
||||
"PURGE_UNREAD_ARTICLES" => array(__("Purge unread articles")),
|
||||
"REVERSE_HEADLINES" => array(__("Reverse headline order (oldest first)")),
|
||||
|
|
Loading…
Reference in New Issue