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 <[email protected]>
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

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

Reply via email to