summaryrefslogtreecommitdiff
path: root/modules/pref-filters.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-21 02:22:29 +0100
committerAndrew Dolgov <[email protected]>2007-08-21 02:22:29 +0100
commite400230ebd2bcc68c66b7bc1edd19bab56b3fd9e (patch)
treee65c972d0e05b27dc734c1709986b5b24f36f1ca /modules/pref-filters.php
parent306cc2d692dbace44202d40bf8b84ce997fb44f4 (diff)
update translations
Diffstat (limited to 'modules/pref-filters.php')
-rw-r--r--modules/pref-filters.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/pref-filters.php b/modules/pref-filters.php
index e043323e0..f2aef95a5 100644
--- a/modules/pref-filters.php
+++ b/modules/pref-filters.php
@@ -294,6 +294,9 @@
print "<td align='center'><input onclick='toggleSelectPrefRow(this, \"filter\");'
type=\"checkbox\" id=\"FICHK-".$line["id"]."\"></td>";
+ $line["filter_type_descr"] = __($line["filter_type_descr"]);
+ $line["action_description"] = __($line["action_description"]);
+
if (!$enabled) {
$line["reg_exp"] = "<span class=\"insensitive\">" .
$line["reg_exp"] . " " . __("(Disabled)")."</span>";