summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-12-13 13:26:35 +0100
committerAndrew Dolgov <[email protected]>2008-12-13 13:26:35 +0100
commitdefaccdeae22c24aeddbbf77182105aa6a6a7271 (patch)
tree7a037b988b41747e3788ded583479c20c4c53bad /modules
parent0aeef22a9ea1f655ee0ffffaec1c1171ce20811d (diff)
filter UI tweaks (2)
Diffstat (limited to 'modules')
-rw-r--r--modules/pref-filters.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/modules/pref-filters.php b/modules/pref-filters.php
index cfb3194d2..1bd08b19a 100644
--- a/modules/pref-filters.php
+++ b/modules/pref-filters.php
@@ -345,11 +345,10 @@
print "<tr class=\"title\">
<td align='center' width=\"5%\">&nbsp;</td>
- <td width=\"20%\"><a href=\"javascript:updateFilterList('reg_exp')\">".__('Filter expression')."</a></td>
+ <td width=\"20%\"><a href=\"javascript:updateFilterList('reg_exp')\">".__('Match')."</a></td>
<td width=\"\"><a href=\"javascript:updateFilterList('feed_title')\">".__('Feed')."</a></td>
- <td width=\"20%\"><a href=\"javascript:updateFilterList('filter_type')\">".__('Match')."</a></td>
- <!-- <td width=\"15%\"><a href=\"javascript:updateFilterList('action_description')\">".__('Action')."</a></td> -->
- <td width=\"20%\"><a href=\"javascript:updateFilterList('action_param')\">".__('Action')."</a></td>";
+ <td width=\"20%\"><a href=\"javascript:updateFilterList('filter_type')\">".__('Field')."</a></td>
+ <td width=\"20%\"><a href=\"javascript:updateFilterList('action_param')\">".__('Perform action')."</a></td>";
}