[Fusionforge-commits] FusionForge branch master updated. 6.0.4-853-g1287a0f

Marc-Etienne VARGENAU vargenau at libremir.placard.fr.eu.org
Thu Sep 8 16:04:36 CEST 2016


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  1287a0f440e032d08c536be231fee4d872a28046 (commit)
      from  1d18ffdbfb47e815b8241dcae255b716a740ee5f (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=1287a0f440e032d08c536be231fee4d872a28046

commit 1287a0f440e032d08c536be231fee4d872a28046
Author: Marc-Etienne Vargenau <Marc-Etienne.Vargenau at alcatel-lucent.com>
Date:   Thu Sep 8 16:04:32 2016 +0200

    %1$s --> %s

diff --git a/src/plugins/authwebid/www/index.php b/src/plugins/authwebid/www/index.php
index 47cf539..f5c4a5b 100644
--- a/src/plugins/authwebid/www/index.php
+++ b/src/plugins/authwebid/www/index.php
@@ -86,7 +86,7 @@ if (getStringFromRequest('delete') != '') {
 
 // In all cases, we display the management screen
 
-$title = sprintf(_('Manage WebID identities for user %1$s'), $u->getUnixName());
+$title = sprintf(_('Manage WebID identities for user %s'), $u->getUnixName());
 site_user_header(array('title'=>$title));
 
 echo $HTML->boxTop(_('My WebID identities'));
diff --git a/src/www/include/Layout.class.php b/src/www/include/Layout.class.php
index b2b46c1..519289a 100644
--- a/src/www/include/Layout.class.php
+++ b/src/www/include/Layout.class.php
@@ -1572,7 +1572,7 @@ if (isset($params['group']) && $params['group']) {
 		if ($totalElements) {
 			$html_content .= sprintf(_('Displaying results %1$s out of %2$d total.'), ($start + 1).'-'.$maxElements, $totalElements);
 			if (session_loggedin()) {
-				$html_content .= sprintf(' ' . _('Displaying %1$s results.'), html_build_select_box_from_array(array('10', '25', '50', '100', '1000'), 'nres', $paging, 1));
+				$html_content .= sprintf(' ' . _('Displaying %s results.'), html_build_select_box_from_array(array('10', '25', '50', '100', '1000'), 'nres', $paging, 1));
 				$html_content .= html_e('input', array('type' => 'submit', 'name' => 'setpaging', 'value' => _('Change')));
 				$html_content .= $this->closeForm();
 			}

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

Summary of changes:
 src/plugins/authwebid/www/index.php | 2 +-
 src/www/include/Layout.class.php    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list