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  4f5a3efd74ec8ad6774382bf76e110e5e3c829f6 (commit)
      from  972b8759fcf9ec37c40b2853955ce875ac4f77d0 (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=4f5a3efd74ec8ad6774382bf76e110e5e3c829f6

commit 4f5a3efd74ec8ad6774382bf76e110e5e3c829f6
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Wed Jan 25 15:21:20 2017 +0100

    Less strings

diff --git a/src/www/trove/index.php b/src/www/trove/index.php
index cb89476..7bd1143 100644
--- a/src/www/trove/index.php
+++ b/src/www/trove/index.php
@@ -175,9 +175,8 @@ $html_limit .= sprintf (ngettext ('<strong>%d</strong> 
project in result set.',
 
 // only display pages stuff if there is more to display
 if ($querytotalcount > $TROVE_BROWSELIMIT) {
-       $html_limit .= ' ' . sprintf (ngettext ('Displaying %d project per 
page. Projects sorted by activity ranking.',
-                                               'Displaying %d projects per 
page. Projects sorted by activity ranking.',
-                                               $TROVE_BROWSELIMIT),
+       $html_limit .= ' ' . sprintf(
+                                         _('Displaying %d projects per page. 
Projects sorted by activity ranking.'),
                                      $TROVE_BROWSELIMIT)
                . '<br />';
 

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

Summary of changes:
 src/www/trove/index.php | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to