summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2024-01-09 12:38:25 +0300
committerAndrew Dolgov <[email protected]>2024-01-09 12:38:25 +0300
commitde214a01d2b443adf5efe187c324f17d7e5439bd (patch)
tree98cca6b584f69632266268a0e1e192b42e231c9f
parentbcdfedeb8a7836c25791d592e5ae4e0f5454c265 (diff)
shorten DIGEST_MIN_SCORE help text
-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 31c71e004..72ec35546 100644
--- a/classes/Pref_Prefs.php
+++ b/classes/Pref_Prefs.php
@@ -128,7 +128,7 @@ class Pref_Prefs extends Handler_Protected {
Prefs::DEBUG_HEADLINE_IDS => array(__("Show article and feed IDs"), __("In the headlines buffer")),
Prefs::DISABLE_CONDITIONAL_COUNTERS => array(__("Disable conditional counter updates"), __("May increase server load")),
Prefs::CDM_ENABLE_GRID => array(__("Grid view"), __("On wider screens, if always expanded")),
- Prefs::DIGEST_MIN_SCORE => array(__("Required score"), __("Include articles with this or above score into digest")),
+ Prefs::DIGEST_MIN_SCORE => array(__("Required score"), __("Include articles with this or above score")),
];
// hidden in the main prefs UI (use to hide things that have description set above)