[Fusionforge-commits] FusionForge branch master updated. 6.0.4-699-g7fbf305

Franck Villaume nerville at libremir.placard.fr.eu.org
Sun Jul 10 23:26:54 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  7fbf305a345f7048f4e82411bef4e621b49dec80 (commit)
      from  a8ad3dbea6dd25ef39036d5ae5e11322da0e9e2e (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=7fbf305a345f7048f4e82411bef4e621b49dec80

commit 7fbf305a345f7048f4e82411bef4e621b49dec80
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Sun Jul 10 23:26:30 2016 +0200

    revert missing translation

diff --git a/src/www/include/Layout.class.php b/src/www/include/Layout.class.php
index 8ce01bd..0b66c8c 100644
--- a/src/www/include/Layout.class.php
+++ b/src/www/include/Layout.class.php
@@ -1067,7 +1067,7 @@ if (isset($params['group']) && $params['group']) {
 			';
 	}
 
-	function jQueryUIconfirmBox($id = 'dialog-confirm', $title = _('Confirm your action'), $message = _('Do you confirm your action?')) {
+	function jQueryUIconfirmBox($id = 'dialog-confirm', $title = 'Confirm your action', $message = 'Do you confirm your action?') {
 		$htmlcode = html_ao('div', array('id' => $id, 'title' => $title, 'class' => 'hide'));
 		$htmlcode .= html_e('p', array(), html_e('span', array('class' => 'ui-icon ui-icon-alert', 'style' => 'float:left; margin:0 7px 20px 0;'), '', false).$message);
 		$htmlcode .= html_ac(html_ap() -1);

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

Summary of changes:
 src/www/include/Layout.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list