1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 02:35:56 +00:00

grid view tweaks

This commit is contained in:
Andrew Dolgov
2021-03-10 11:44:16 +03:00
parent 0b93d8d013
commit b6033d0bbd
8 changed files with 115 additions and 8 deletions

View File

@@ -118,7 +118,7 @@ class Pref_Prefs extends Handler_Protected {
Prefs::HEADLINES_NO_DISTINCT => array(__("Don't enforce DISTINCT headlines"), __("May produce duplicate entries")),
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(__("Show as grid"), __("On wider screens, if always expanded")),
Prefs::CDM_ENABLE_GRID => array(__("Grid view"), __("On wider screens, if always expanded")),
];
// hidden in the main prefs UI (use to hide things that have description set above)