[Fusionforge-commits] FusionForge branch Branch_5_3 updated. 5fb63465de3edf5efec480e88c71d7b8f77b245a

Franck VILLAUME nerville at fusionforge.org
Thu Feb 27 12:13:52 CET 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  5fb63465de3edf5efec480e88c71d7b8f77b245a (commit)
      from  404dac7b7fab315a50fdd70a924121428e101d69 (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 5fb63465de3edf5efec480e88c71d7b8f77b245a
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Thu Feb 27 12:13:14 2014 +0100

    login-form: missing translation

diff --git a/src/www/include/login-form.php b/src/www/include/login-form.php
index 9bcc741..a1ce380 100644
--- a/src/www/include/login-form.php
+++ b/src/www/include/login-form.php
@@ -62,7 +62,7 @@ function display_login_form($return_to = '/', $triggered = false, $full_page = f
 			session_redirect_external($urls[0]);
 		}
 
-		$HTML->header(array('title'=>'Login'));
+		$HTML->header(array('title'=>_('Login')));
 	}
 
 	if ($triggered) {

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

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


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list