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  4b2b7d1d687883102a9abea3f6765f87067771b0 (commit)
      from  98f681f54a294ccbe23408236b0dad0dd5bca386 (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=4b2b7d1d687883102a9abea3f6765f87067771b0

commit 4b2b7d1d687883102a9abea3f6765f87067771b0
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Mon Feb 27 11:45:45 2017 +0100

    Use %d for number

diff --git a/src/www/include/html.php b/src/www/include/html.php
index fbb707c..4eb0a7e 100644
--- a/src/www/include/html.php
+++ b/src/www/include/html.php
@@ -1585,7 +1585,7 @@ function html_a_apply($scopy) {
  */
 function html_trove_limit_navigation_box($php_self, $querytotalcount, 
$trove_browselimit, $page, $textintro = '') {
        if ($textintro != '') {
-               $html_limit = sprintf(_(' Displaying %1$s per page. Projects 
sorted by alphabetical order.'), $trove_browselimit);
+               $html_limit = sprintf(_('Displaying %d per page. Projects 
sorted by alphabetical order.'), $trove_browselimit);
        } else {
                $html_limit = $textintro;
        }

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

Summary of changes:
 src/www/include/html.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

Reply via email to