summaryrefslogtreecommitdiff
path: root/classes/pref/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-19 11:27:17 +0400
committerAndrew Dolgov <[email protected]>2013-05-19 11:27:17 +0400
commit8429af52befc7d458d8d883181f04281ecb7b476 (patch)
tree8e69b9396421c5583da8fcd854885126e9a054c9 /classes/pref/prefs.php
parent3121ed9f1f37a6e5537b5a2d99311b7ecc8d52c0 (diff)
adjust previous patch phrasing a bit
Diffstat (limited to 'classes/pref/prefs.php')
-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 dd62a4271..077addf41 100644
--- a/classes/pref/prefs.php
+++ b/classes/pref/prefs.php
@@ -40,7 +40,7 @@ class Pref_Prefs extends Handler_Protected {
"FRESH_ARTICLE_MAX_AGE" => array(__("Maximum age of fresh articles (in hours)"), ""),
"HIDE_READ_FEEDS" => array(__("Hide feeds with no unread articles"), ""),
"HIDE_READ_SHOWS_SPECIAL" => array(__("Show special feeds when hiding read feeds"), ""),
- "LONG_DATE_FORMAT" => array(__("Long date format"), __("Follows php's <a href='http://php.net/manual/function.date.php'>date() function</a>")),
+ "LONG_DATE_FORMAT" => array(__("Long date format"), __("The syntax used is identical to the 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 open next feed with unread articles after marking one as read")),
"PURGE_OLD_DAYS" => array(__("Purge articles after this number of days (0 - disables)"), ""),
"PURGE_UNREAD_ARTICLES" => array(__("Purge unread articles"), ""),