[Fusionforge-commits] FusionForge branch Branch_5_3 updated. 0d95506d451b804b21c31d1d61fce84d9347dac8

Franck Villaume nerville at fusionforge.org
Mon Sep 15 11:17:25 CEST 2014


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, Branch_5_3 has been updated
       via  0d95506d451b804b21c31d1d61fce84d9347dac8 (commit)
      from  c65255a1cbd1184bb96dcce872194dd54c6651cc (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 -----------------------------------------------------------------
commit 0d95506d451b804b21c31d1d61fce84d9347dac8
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Mon Sep 15 11:12:50 2014 +0200

    plugin Mediawiki: cosmetic fix: translation and double h1

diff --git a/src/plugins/mediawiki/www/plugin_admin.php b/src/plugins/mediawiki/www/plugin_admin.php
index d159e78..c3f92b1 100644
--- a/src/plugins/mediawiki/www/plugin_admin.php
+++ b/src/plugins/mediawiki/www/plugin_admin.php
@@ -155,14 +155,13 @@ if (getStringFromRequest("logo_submit")) {
 }
 
 site_project_header(array(
-	"title" => "MediaWiki Plugin Admin",
-	"pagename" => "MediaWiki Project Admin",
+	"title" => _('MediaWiki Plugin Admin for ').$group->getPublicName(),
+	"pagename" => _('MediaWiki Project Admin'),
 	"sectionvals" => array($group->getPublicName()),
 	"toptab" => "admin",
 	"group" => $gid,
-    ));
+	));
 
-echo "<h1>MediaWiki Plugin Admin for ".$group->getPublicName()."</h1>\n\n";
 
 echo "<h2>" . _('Nightly XML dump') . "</h2>\n";
 echo '<p>';

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

Summary of changes:
 src/plugins/mediawiki/www/plugin_admin.php |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list