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 69f9b59d631a8700365c552e992f2ea25bd188ba (commit)
from 7549e578f994ade4535fa4a9abb34f8c210e1d5a (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=69f9b59d631a8700365c552e992f2ea25bd188ba
commit 69f9b59d631a8700365c552e992f2ea25bd188ba
Author: Marc-Etienne Vargenau <[email protected]>
Date: Fri Mar 17 10:35:55 2017 +0100
Less strings
diff --git a/src/plugins/contribtracker/common/ContribTrackerPlugin.class.php
b/src/plugins/contribtracker/common/ContribTrackerPlugin.class.php
index f336b26..e0b4915 100644
--- a/src/plugins/contribtracker/common/ContribTrackerPlugin.class.php
+++ b/src/plugins/contribtracker/common/ContribTrackerPlugin.class.php
@@ -25,7 +25,7 @@ class ContribTrackerPlugin extends Plugin {
function __construct() {
parent::__construct();
$this->name = "contribtracker";
- $this->text = _("Contribution Tracker"); // To show in the
tabs, use...
+ $this->text = _("Contribution tracker"); // To show in the
tabs, use...
$this->pkg_desc =
_("This plugin allows each project to display a list of significant
contributions, along with their authors.");
-----------------------------------------------------------------------
Summary of changes:
src/plugins/contribtracker/common/ContribTrackerPlugin.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