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)