forked from extern/egroupware
'All' in the categories drop-down box wasn't translated
This commit is contained in:
parent
345db0ee59
commit
5f5ae28410
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user