1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-28 12:10:52 +02:00

mark filters with no caption in overview

This commit is contained in:
Andrew Dolgov 2013-04-01 08:54:20 +04:00
parent 442bca2752
commit b895510f5c

View File

@ -986,7 +986,7 @@ class Pref_Filters extends Handler_Protected {
++$count; ++$count;
} }
$title = truncate_string(join(", ", $titles), 64, "..."); $title = __("[No caption]") . " " . truncate_string(join(", ", $titles), 64, "...");
} }