From 08e618f7001c3b1dd77e3fc9e484387ed6b2e7c7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 13 Dec 2008 13:42:58 +0100 Subject: [PATCH] tweak filter display --- modules/pref-filters.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/modules/pref-filters.php b/modules/pref-filters.php index 10a974a9..2bf4c151 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 ""; -- 2.39.2