summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-01 08:54:20 +0400
committerAndrew Dolgov <[email protected]>2013-04-01 08:54:20 +0400
commitb895510f5c7473ef2d871d813fdff0ef9c6e86fd (patch)
treea4ec973e546226d7e6dc81af7b46cd14726b9324
parent442bca2752eb6a600fedced821f0142a10f70e8f (diff)
mark filters with no caption in overview
-rw-r--r--classes/pref/filters.php2
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, "...");
}