[Fusionforge-commits] FusionForge branch Branch_5_3 updated. a4d5897aa2ce25d6a88eda7a21e6eb290c2909e4

Franck VILLAUME nerville at fusionforge.org
Sat Feb 22 15:15:48 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  a4d5897aa2ce25d6a88eda7a21e6eb290c2909e4 (commit)
      from  114ef5a34360cc54c86b72702beb7572bbddd8f5 (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 a4d5897aa2ce25d6a88eda7a21e6eb290c2909e4
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Sat Feb 22 15:09:33 2014 +0100

    docman: missing translation

diff --git a/src/common/docman/include/DocumentGroupHTML.class.php b/src/common/docman/include/DocumentGroupHTML.class.php
index 5647ef4..57bbcc1 100644
--- a/src/common/docman/include/DocumentGroupHTML.class.php
+++ b/src/common/docman/include/DocumentGroupHTML.class.php
@@ -5,7 +5,7 @@
  * Copyright 2002 GForge, LLC
  * Copyright 2010, Franck Villaume - Capgemini
  * Copyright (C) 2012 Alain Peyrat - Alcatel-Lucent
- * Copyright 2013 Franck Villaume - TrivialDev
+ * Copyright 2013-2014 Franck Villaume - TrivialDev
  * http://fusionforge.org
  *
  * This file is part of FusionForge. FusionForge is free software;
@@ -71,7 +71,7 @@ class DocumentGroupHTML extends Error {
 		if ($allow_none) {
 			// First option to be displayed
 			$id_array[] = 0;
-			$text_array[] = "(None)";
+			$text_array[] = _('None');
 		}
 
 		// Recursively build the document group tree

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

Summary of changes:
 src/common/docman/include/DocumentGroupHTML.class.php |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list