diff --git a/INSTALL.mdtext b/INSTALL.mdtext index 3769c89..24eae3a 100644 --- a/INSTALL.mdtext +++ b/INSTALL.mdtext @@ -97,7 +97,7 @@ Here is the step-by-step installation procedure: * Open the `www/index.php` file and ensure that the path to Pluf and Indefero are correctly set for your configuration. * Now you can login with this user into the interface. -* Click on the Administer link on top and create your first project. +* Click on the Forge Management link on top and create your first project. ## Upgrade InDefero diff --git a/src/IDF/Form/Admin/ProjectCreate.php b/src/IDF/Form/Admin/ProjectCreate.php index 3af968b..9d6eaa5 100644 --- a/src/IDF/Form/Admin/ProjectCreate.php +++ b/src/IDF/Form/Admin/ProjectCreate.php @@ -218,7 +218,7 @@ class IDF_Form_Admin_ProjectCreate extends Pluf_Form $project->name = $this->cleaned_data['name']; $project->shortname = $this->cleaned_data['shortname']; $project->private = $this->cleaned_data['private_project']; - $project->description = __('Click on the Administer tab to set the description of your project.'); + $project->description = __('Click on the Project Management tab to set the description of your project.'); $project->create(); $conf = new IDF_Conf(); $conf->setProject($project); diff --git a/src/IDF/Views/Admin.php b/src/IDF/Views/Admin.php index 8ab3ddc..acfd403 100644 --- a/src/IDF/Views/Admin.php +++ b/src/IDF/Views/Admin.php @@ -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, diff --git a/src/IDF/templates/idf/base-full.html b/src/IDF/templates/idf/base-full.html index 317e487..fbb7280 100644 --- a/src/IDF/templates/idf/base-full.html +++ b/src/IDF/templates/idf/base-full.html @@ -49,7 +49,7 @@ {if $hasSourceAccess} {trans 'Source'}{/if} {if $hasReviewAccess} {trans 'Code Review'}{/if} {if $isOwner} - {trans 'Administer'}{/if}{/if} + {trans 'Project Management'}{/if}{/if} {block subtabs}{if $user.isAnonymous()} | {aurl 'url', 'IDF_Views::login'}{blocktrans}Sign in or create your account to create issues or add comments{/blocktrans}{/if}{/block} diff --git a/src/IDF/templates/idf/base-simple.html b/src/IDF/templates/idf/base-simple.html index adec78a..a88f42d 100644 --- a/src/IDF/templates/idf/base-simple.html +++ b/src/IDF/templates/idf/base-simple.html @@ -35,7 +35,7 @@

{if !$user.isAnonymous()}{aurl 'url', 'idf_dashboard'}{blocktrans}Welcome, {$user}.{/blocktrans} {trans 'Sign Out'}{else}{trans 'Sign in or create your account'}{/if} - | {trans 'Project List'} {if $isAdmin}| {trans 'Administer'}{/if} + | {trans 'Project List'} {if $isAdmin}| {trans 'Forge Management'}{/if} | {trans 'Help'}

{block title}{$page_title}{/block}

diff --git a/src/IDF/templates/idf/base.html b/src/IDF/templates/idf/base.html index 557d579..6a8182b 100644 --- a/src/IDF/templates/idf/base.html +++ b/src/IDF/templates/idf/base.html @@ -37,7 +37,7 @@

{if !$user.isAnonymous()}{aurl 'url', 'idf_dashboard'}{blocktrans}Welcome, {$user}.{/blocktrans} {trans 'Sign Out'}{else}{trans 'Sign in or create your account'}{/if} {if $project} | {trans 'Project List'}{/if} -{if $isAdmin}| {trans 'Administer'}{/if} +{if $isAdmin}| {trans 'Forge Management'}{/if} | {trans 'Help'}

{block subtabs}{if $user.isAnonymous()} | {aurl 'url', 'IDF_Views::login'}{blocktrans}Sign in or create your account to create issues or add comments{/blocktrans}{/if}{/block}
@@ -89,4 +89,4 @@ $(document).ready(function(){ //]]>{/literal} {/if} - \ No newline at end of file +