diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-04-01 08:54:20 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-04-01 08:54:20 +0400 |
| commit | b895510f5c7473ef2d871d813fdff0ef9c6e86fd (patch) | |
| tree | a4ec973e546226d7e6dc81af7b46cd14726b9324 /classes | |
| parent | 442bca2752eb6a600fedced821f0142a10f70e8f (diff) | |
mark filters with no caption in overview
Diffstat (limited to 'classes')
| -rw-r--r-- | classes/pref/filters.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/pref/filters.php b/classes/pref/filters.php index 4c3d869ad..7a403975b 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, "..."); } |