X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=plugins.php;h=60b86fede96910fab49c599ca60614f715acd3c8;hb=2fb29ce0672acc8828496861db80f3cac32a49a1;hp=fce36a7e4297f289072128bbbcee1b50507a7aa4;hpb=873cee05ecd24aa9066b467b2c90132ee08a99a1;p=timetracker.git diff --git a/plugins.php b/plugins.php index fce36a7e..60b86fed 100644 --- a/plugins.php +++ b/plugins.php @@ -146,6 +146,6 @@ if ($request->isPost()) { $smarty->assign('forms', array($form->getName()=>$form->toArray())); $smarty->assign('onload', 'onLoad="handlePluginCheckboxes();"'); -$smarty->assign('title', $i18n->get('form.group_edit.plugins')); // TODO: fix this in transl;ation files. +$smarty->assign('title', $i18n->get('title.plugins')); $smarty->assign('content_page_name', 'plugins.tpl'); $smarty->display('index.tpl');