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 7153e129022144f3b674426023e499767d916acb (commit)
from 959033fbded9a358dd50a71dae1be002eeee9862 (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=7153e129022144f3b674426023e499767d916acb
commit 7153e129022144f3b674426023e499767d916acb
Author: Franck Villaume <[email protected]>
Date: Sun Sep 4 19:30:53 2016 +0200
less code
diff --git a/src/common/tracker/include/ArtifactTypeHtml.class.php
b/src/common/tracker/include/ArtifactTypeHtml.class.php
index 9d6bc5a..2af2474 100644
--- a/src/common/tracker/include/ArtifactTypeHtml.class.php
+++ b/src/common/tracker/include/ArtifactTypeHtml.class.php
@@ -507,7 +507,7 @@ EOS;
echo $HTML->listTableBottom();
echo "\n<hr /><p style=\"text-align:right;\">";
- printf(_('Average completion rate: %d%%'),
(int)($totalPercentage/$taskcount));
+ echo _('Average completion rate')._(':
').(int)($totalPercentage/$taskcount);
echo "</p>\n";
echo '</td></tr>';
}
-----------------------------------------------------------------------
Summary of changes:
src/common/tracker/include/ArtifactTypeHtml.class.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits