Change cats_app to lang call in display

This commit is contained in:
Miles Lott 2001-05-15 10:40:44 +00:00
parent 57f4a2659e
commit ab8bc875de
2 changed files with 2 additions and 2 deletions

View File

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

View File

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