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  2cfe8459a576c0ba6aa687ff3fbf68d39af8bc25 (commit)
      from  1e5adb1472ca28f3ab324c2f1576e831c6d0030b (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=2cfe8459a576c0ba6aa687ff3fbf68d39af8bc25

commit 2cfe8459a576c0ba6aa687ff3fbf68d39af8bc25
Author: Marc-Etienne Vargenau <marc-etienne.varge...@nokia.com>
Date:   Mon Nov 5 18:00:19 2018 +0100

    Less strings

diff --git a/src/common/widget/Widget_UserhomePeerRatings.class.php 
b/src/common/widget/Widget_UserhomePeerRatings.class.php
index b0f5d87..393455b 100644
--- a/src/common/widget/Widget_UserhomePeerRatings.class.php
+++ b/src/common/widget/Widget_UserhomePeerRatings.class.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * Userhome Peer Ratings Widget Class
+ * Userhome Peer Rating Widget Class
  *
  * Copyright 2018, Franck Villaume - TrivialDev
  * http://fusionforge.org
@@ -34,7 +34,7 @@ class Widget_UserhomePeerRatings extends Widget {
                        if ($user->usesRatings() && (!$me || 
$me->usesRatings())) {
                                $this->owner_id = $owner_id;
                                parent::__construct('uhpeerratings', $owner_id, 
WidgetLayoutManager::OWNER_TYPE_USERHOME);
-                               $this->title = _('Peer Ratings');
+                               $this->title = _('Peer Rating');
                        }
                }
        }

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

Summary of changes:
 src/common/widget/Widget_UserhomePeerRatings.class.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
Fusionforge-commits@lists.fusionforge.org
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to