'All' in the categories drop-down box wasn't translated

This commit is contained in:
alpeb 2004-02-29 17:04:33 +00:00
parent 345db0ee59
commit 5f5ae28410

View File

@ -117,7 +117,7 @@
'form_name' => 'cat_id', 'form_name' => 'cat_id',
'title' => lang('Category'), 'title' => lang('Category'),
'hidden_vars' => $base_hidden_vars, 'hidden_vars' => $base_hidden_vars,
'form_options' => '<option value="0">All</option>'.$this->cat->formated_list('select','all',$this->bo->cat_id,'True'), 'form_options' => '<option value="0">'.lang('All').'</option>'.$this->cat->formated_list('select','all',$this->bo->cat_id,'True'),
'button_value' => lang('Go!') 'button_value' => lang('Go!')
); );
$tpl->set_var($var); $tpl->set_var($var);