[Fusionforge-commits] FusionForge branch 6.0 updated. ed6bc031c81f1615d84f9f978750e5d0993079c4

Sylvain Beucler beuc-inria at fusionforge.org
Tue Apr 14 15:31:24 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  ed6bc031c81f1615d84f9f978750e5d0993079c4 (commit)
      from  f11aafd44c60c285e6f411e7be4c8a823b768253 (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 ed6bc031c81f1615d84f9f978750e5d0993079c4
Author: Sylvain Beucler <sylvain.beucler at inria.fr>
Date:   Tue Apr 14 15:29:30 2015 +0200

    Fix a couple string issues reported by Stéphane

diff --git a/src/common/tracker/ArtifactMessage.class.php b/src/common/tracker/ArtifactMessage.class.php
index ba809c2..8589c0c 100644
--- a/src/common/tracker/ArtifactMessage.class.php
+++ b/src/common/tracker/ArtifactMessage.class.php
@@ -86,7 +86,7 @@ class ArtifactMessage extends Error {
 			$user_id=user_getid();
 			$user = user_get_object($user_id);
 			if (!$user || !is_object($user)) {
-				$this->setError(_('Error: Logged In User Bug Could Not Get User Object'));
+				$this->setError(_('Error: Logged In User Bug - Could Not Get User Object'));
 				return false;
 			}
 			$body=_('Logged In: YES')." \nuser_id=$user_id\n\n".$body;
diff --git a/src/plugins/mantisbt/view/admin/StatPerStatus.php b/src/plugins/mantisbt/view/admin/StatPerStatus.php
index 78d5e60..5d79c13 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 oer Status'));
+	echo $HTML->boxTop(_('Tickets or Status'));
 	echo	'<tr>';
 	echo		'<th>'._('Project').'</th>';
 	echo		'<th>'._('Open').'</th>';

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

Summary of changes:
 src/common/tracker/ArtifactMessage.class.php      |    2 +-
 src/plugins/mantisbt/view/admin/StatPerStatus.php |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list