]> git.wh0rd.org - tt-rss.git/commitdiff
mark filters with no caption in overview
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Mon, 1 Apr 2013 04:54:20 +0000 (08:54 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Mon, 1 Apr 2013 04:54:20 +0000 (08:54 +0400)
classes/pref/filters.php

index 4c3d869ad211f7b3a7ef0f809c79dac93d69de92..7a403975b3dd57a10d58359ee254f5f39f2bc0aa 100644 (file)
@@ -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, "...");
 
                }