From 5f5ae28410ceb7087e9f42fdfca56f3bb534fe97 Mon Sep 17 00:00:00 2001 From: alpeb Date: Sun, 29 Feb 2004 17:04:33 +0000 Subject: [PATCH] 'All' in the categories drop-down box wasn't translated --- calendar/templates/default/header.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/templates/default/header.inc.php b/calendar/templates/default/header.inc.php index 9550c42d07..c7086cf105 100755 --- a/calendar/templates/default/header.inc.php +++ b/calendar/templates/default/header.inc.php @@ -117,7 +117,7 @@ 'form_name' => 'cat_id', 'title' => lang('Category'), 'hidden_vars' => $base_hidden_vars, - 'form_options' => ''.$this->cat->formated_list('select','all',$this->bo->cat_id,'True'), + 'form_options' => ''.$this->cat->formated_list('select','all',$this->bo->cat_id,'True'), 'button_value' => lang('Go!') ); $tpl->set_var($var);