From: Andrew Dolgov Date: Sat, 13 Dec 2008 12:42:58 +0000 (+0100) Subject: tweak filter display X-Git-Tag: 1.2.30~13 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=08e618f7001c3b1dd77e3fc9e484387ed6b2e7c7;p=tt-rss.git tweak filter display --- 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 "";