Fixed issue 283, confusing with two 'Administer' tabs.

This commit is contained in:
Loic d'Anterroches
2009-10-01 14:44:39 +02:00
parent 0dedee4429
commit 6edaf03faa
6 changed files with 8 additions and 8 deletions

View File

@@ -39,7 +39,7 @@ class IDF_Views_Admin
public $home_precond = array('Pluf_Precondition::staffRequired');
public function home($request, $match)
{
$title = __('Administer');
$title = __('Forge Management');
return Pluf_Shortcuts_RenderToResponse('idf/gadmin/home.html',
array(
'page_title' => $title,