X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/873cee05ecd24aa9066b467b2c90132ee08a99a1..d31bcc34081a36b3f45c080f3a5cd231ec417fa9:/plugins.php 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');