update cats

This commit is contained in:
ceb 2002-03-16 01:57:56 +00:00
parent 424e6dd32d
commit 2ce7b79bc0

View File

@ -113,7 +113,7 @@
if ($GLOBALS['appname']) if ($GLOBALS['appname'])
{ {
$this->template->set_var('title_categories',$GLOBALS['phpgw_info']['apps'][$GLOBALS['appname']]['title'] . ' ' . lang('global categories')); $this->template->set_var('title_categories',lang($GLOBALS['appname']) . ' ' . lang('global categories'));
} }
else else
{ {
@ -254,7 +254,7 @@
if ($GLOBALS['appname']) if ($GLOBALS['appname'])
{ {
$this->template->set_var('title_categories',lang('Add global category for x',$GLOBALS['phpgw_info']['apps'][$GLOBALS['appname']]['title'])); $this->template->set_var('title_categories',lang('Add global category for x',lang($GLOBALS['appname'])));
} }
else else
{ {
@ -365,7 +365,7 @@
if ($GLOBALS['appname']) if ($GLOBALS['appname'])
{ {
$this->template->set_var('title_categories',lang('Edit global category for x',$GLOBALS['phpgw_info']['apps'][$GLOBALS['appname']]['title'])); $this->template->set_var('title_categories',lang('Edit global category for x',lang($GLOBALS['appname'])));
} }
else else
{ {