[Fusionforge-commits] FusionForge branch master updated. v6.0.3-422-g96dd023

Franck Villaume nerville at libremir.placard.fr.eu.org
Mon Mar 21 15:07:22 CET 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  96dd023416db423c874b2c8d1742e710c2c7e785 (commit)
      from  ec4be93cfb3aee7484300b04a8ab939805396e22 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=96dd023416db423c874b2c8d1742e710c2c7e785

commit 96dd023416db423c874b2c8d1742e710c2c7e785
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Mon Mar 21 15:07:03 2016 +0100

    tracker: use same label: Add/Update vs. Manage

diff --git a/src/common/tracker/include/ArtifactTypeHtml.class.php b/src/common/tracker/include/ArtifactTypeHtml.class.php
index 26ebb13..eec2e68 100644
--- a/src/common/tracker/include/ArtifactTypeHtml.class.php
+++ b/src/common/tracker/include/ArtifactTypeHtml.class.php
@@ -118,7 +118,7 @@ class ArtifactTypeHtml extends ArtifactType {
 		$title_arr[]=_('Customize List');
 
 		$links_arr[]='/tracker/admin/?group_id='.$group_id.'&atid='.$this->getID().'&add_canned=1';
-		$title_arr[]=_('Add/Update Canned Responses');
+		$title_arr[]=_('Manage Canned Responses');
 
 		$links_arr[]='/tracker/admin/?group_id='.$group_id.'&atid='.$this->getID().'&clone_tracker=1';
 		$title_arr[]=_('Clone Tracker');

-----------------------------------------------------------------------

Summary of changes:
 src/common/tracker/include/ArtifactTypeHtml.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list