Update lang call

This commit is contained in:
Miles Lott 2001-04-18 23:10:05 +00:00
parent 9d34b1348f
commit 8d395fb14c

View File

@ -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'));