mark filters with no caption in overview
This commit is contained in:
parent
442bca2752
commit
b895510f5c
1 changed files with 1 additions and 1 deletions
|
@ -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, "...");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue