[Fusionforge-commits] FusionForge branch 6.0 updated. 957841904bd3afcaf463a6fec01541898557a245

Sylvain Beucler beuc-inria at fusionforge.org
Tue Apr 21 12:06:32 CEST 2015


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, 6.0 has been updated
       via  957841904bd3afcaf463a6fec01541898557a245 (commit)
      from  fc4b39f13dcadce5e9048ed7f0cb0a9ae06abac1 (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 -----------------------------------------------------------------
commit 957841904bd3afcaf463a6fec01541898557a245
Author: Sylvain Beucler <sylvain.beucler at inria.fr>
Date:   Tue Apr 21 12:05:18 2015 +0200

    i18n: properly fix typo

diff --git a/src/plugins/mantisbt/view/admin/StatPerStatus.php b/src/plugins/mantisbt/view/admin/StatPerStatus.php
index 5d79c13..0e71229 100644
--- a/src/plugins/mantisbt/view/admin/StatPerStatus.php
+++ b/src/plugins/mantisbt/view/admin/StatPerStatus.php
@@ -43,7 +43,7 @@ try {
 
 if (!isset($errorPage)){
 	$total = array('open' => 0, 'resolved' => 0, 'resolved' => 0, 'closed' => 0, 'total' => 0);
-	echo $HTML->boxTop(_('Tickets or Status'));
+	echo $HTML->boxTop(_('Tickets per Status'));
 	echo	'<tr>';
 	echo		'<th>'._('Project').'</th>';
 	echo		'<th>'._('Open').'</th>';

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

Summary of changes:
 src/plugins/mantisbt/view/admin/StatPerStatus.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list