From: Andrew Dolgov Date: Mon, 1 Apr 2013 04:54:20 +0000 (+0400) Subject: mark filters with no caption in overview X-Git-Tag: 1.7.6~86 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=b895510f5c7473ef2d871d813fdff0ef9c6e86fd;p=tt-rss.git mark filters with no caption in overview --- diff --git a/classes/pref/filters.php b/classes/pref/filters.php index 4c3d869a..7a403975 100644 --- a/classes/pref/filters.php +++ b/classes/pref/filters.php @@ -986,7 +986,7 @@ class Pref_Filters extends Handler_Protected { ++$count; } - $title = truncate_string(join(", ", $titles), 64, "..."); + $title = __("[No caption]") . " " . truncate_string(join(", ", $titles), 64, "..."); }