summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-05-03 17:33:44 +0000
committerDries Buytaert <dries@buytaert.net>2004-05-03 17:33:44 +0000
commit5c9c65d2f31831aebf6dac3ce55c2c1f2517caa6 (patch)
tree17509d792df32dfeea11f038af53e595e8b37566
parentbfca088828691d0dec8825990eea8517828621fc (diff)
downloadbrdo-5c9c65d2f31831aebf6dac3ce55c2c1f2517caa6.tar.gz
brdo-5c9c65d2f31831aebf6dac3ce55c2c1f2517caa6.tar.bz2
- Patch #7503 by bylund: two strings could not be translated.
-rw-r--r--modules/filter.module2
-rw-r--r--modules/filter/filter.module2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/filter.module b/modules/filter.module
index 275f85fbb..7d32bb3d1 100644
--- a/modules/filter.module
+++ b/modules/filter.module
@@ -65,7 +65,7 @@ function filter_admin_order() {
filter_refresh();
$filters = filter_list();
- $header = array("name", "weight");
+ $header = array(t('name'), t('weight'));
$rows = array();
// Standard HTML filters are always run first, we add a dummy row to indicate this
diff --git a/modules/filter/filter.module b/modules/filter/filter.module
index 275f85fbb..7d32bb3d1 100644
--- a/modules/filter/filter.module
+++ b/modules/filter/filter.module
@@ -65,7 +65,7 @@ function filter_admin_order() {
filter_refresh();
$filters = filter_list();
- $header = array("name", "weight");
+ $header = array(t('name'), t('weight'));
$rows = array();
// Standard HTML filters are always run first, we add a dummy row to indicate this