[Fusionforge-commits] FusionForge branch master updated. v6.0.5-1444-g78a876b

Marc-Etienne VARGENAU vargenau at libremir.placard.fr.eu.org
Mon Feb 13 14:59:51 CET 2017


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  78a876b95d6b44ab4bbc4fefdcf3849e2268e137 (commit)
      from  dca09e74a9eae763e77966ceb1ae72ecd6d92d20 (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=78a876b95d6b44ab4bbc4fefdcf3849e2268e137

commit 78a876b95d6b44ab4bbc4fefdcf3849e2268e137
Author: Marc-Etienne Vargenau <marc-etienne.vargenau at nokia.com>
Date:   Mon Feb 13 14:59:46 2017 +0100

    Less strings

diff --git a/src/common/frs/include/frs_utils.php b/src/common/frs/include/frs_utils.php
index 2082e38..69fd995 100644
--- a/src/common/frs/include/frs_utils.php
+++ b/src/common/frs/include/frs_utils.php
@@ -154,7 +154,7 @@ function frs_add_file_from_form($release, $type_id, $processor_id, $release_date
 				return _('The uploaded file was only partially uploaded.');
 			break;
 			default:
-				return _('Unknown file upload error. => ');
+				return _('Unknown file upload error.').' => ';
 			break;
 		}
 	} elseif (forge_get_config('use_ftp_uploads') && $ftp_filename && util_is_valid_filename($ftp_filename) && is_file($upload_dir.'/'.$ftp_filename)) {

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

Summary of changes:
 src/common/frs/include/frs_utils.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list