mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Update lang call
This commit is contained in:
parent
9d34b1348f
commit
8d395fb14c
@ -64,7 +64,7 @@
|
||||
$t->set_var('category_list',$c->formated_list('select','all',$cat_parent,'False'));
|
||||
$t->set_var('font',$phpgw_info["theme"]["font"]);
|
||||
$t->set_var('user_name',$phpgw_info["user"]["fullname"]);
|
||||
$t->set_var('title_categories',lang("Edit $cats_app category for"));
|
||||
$t->set_var('title_categories',lang("Edit x category for",$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