shorten DIGEST_MIN_SCORE help text
This commit is contained in:
parent
bcdfedeb8a
commit
de214a01d2
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue