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

scored_oldest_first: update sort caption

This commit is contained in:
Andrew Dolgov
2021-01-17 10:50:40 +03:00
parent c82457e534
commit 7a2ad08a7d

View File

@@ -8,7 +8,7 @@ class Scored_Oldest_First extends Plugin {
function hook_headlines_custom_sort_map() {
return [
"dates_reverse_scored" => "Oldest first (legacy)"
"dates_reverse_scored" => "Oldest first (with score)"
];
}