diff --git a/modules/pref-filters.php b/modules/pref-filters.php
index 10a974a99..2bf4c1516 100644
--- a/modules/pref-filters.php
+++ b/modules/pref-filters.php
@@ -366,7 +366,7 @@
".__('Match')." |
".__('Feed')." |
".__('Field')." |
- ".__('Perform action')." | ";
+ ".__('Params')." | ";
}
@@ -377,7 +377,7 @@
if (!$line["feed_title"]) $line["feed_title"] = __("All feeds");
if (!$line["action_param"]) {
- #$line["action_param"] = "—";
+ $line["action_param"] = "—";
} else if ($line["action_name"] == "score") {
$score_pic = get_score_pic($line["action_param"]);
@@ -418,8 +418,7 @@
}
print "" . $line["filter_type_descr"] . "$inverse_label | ";
- print "" . $line["action_description"] . " " .
- $line["action_param"] . " | ";
+ print "" . $line["action_param"] . " | ";
print "";