mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Change cats_app to lang call in display
This commit is contained in:
parent
57f4a2659e
commit
ab8bc875de
@ -104,7 +104,7 @@
|
||||
}
|
||||
|
||||
$t->set_var('actionurl',$phpgw->link('/preferences/addcategory.php'));
|
||||
$t->set_var('title_categories',lang('Add x category for',$cats_app));
|
||||
$t->set_var('title_categories',lang('Add x category for',lang($cats_app)));
|
||||
$t->set_var('doneurl',$phpgw->link('/preferences/categories.php'));
|
||||
$t->set_var('user_name',$phpgw_info['user']['fullname']);
|
||||
$t->set_var('hidden_vars',$hidden_vars);
|
||||
|
@ -145,7 +145,7 @@
|
||||
|
||||
$t->set_var('font',$phpgw_info['theme']['font']);
|
||||
$t->set_var('user_name',$phpgw_info['user']['fullname']);
|
||||
$t->set_var('title_categories',lang('Edit x category for',$cats_app));
|
||||
$t->set_var('title_categories',lang('Edit x category for',lang($cats_app)));
|
||||
$t->set_var('doneurl',$phpgw->link('/preferences/categories.php'));
|
||||
$t->set_var('actionurl',$phpgw->link('/preferences/editcategory.php'));
|
||||
$t->set_var('deleteurl',$phpgw->link('/preferences/deletecategory.php'));
|
||||
|
Loading…
Reference in New Issue
Block a user