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
1 changed files with 1 additions and 1 deletions

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)"
];
}