summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 104847098..60998683a 100644
--- a/classes/Pref_Filters.php
+++ b/classes/Pref_Filters.php
@@ -485,7 +485,7 @@ class Pref_Filters extends Handler_Protected {
return "";
}
- $title = $this->action_descriptions[$action['action_id']]['description'] ??
+ $title = __($this->action_descriptions[$action['action_id']]['description']) ??
T_sprintf('Unknown action: %d', $action['action_id']);
if ($action["action_id"] == self::ACTION_PLUGIN) {