[Fusionforge-commits] FusionForge branch master updated. 6.0.4-846-g32cd27b

Marc-Etienne VARGENAU vargenau at libremir.placard.fr.eu.org
Mon Sep 5 17:56:09 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  32cd27b3e1188fdba46378477bf22a88cc9e1c0b (commit)
      from  4540cdf20954f67f7c1a02eb48d2bde2aa6f46e9 (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=32cd27b3e1188fdba46378477bf22a88cc9e1c0b

commit 32cd27b3e1188fdba46378477bf22a88cc9e1c0b
Author: Marc-Etienne Vargenau <Marc-Etienne.Vargenau at alcatel-lucent.com>
Date:   Mon Sep 5 17:56:04 2016 +0200

    Less strings

diff --git a/src/www/people/viewjob.php b/src/www/people/viewjob.php
index fb6c112..36385d6 100644
--- a/src/www/people/viewjob.php
+++ b/src/www/people/viewjob.php
@@ -51,7 +51,7 @@ if ($group_id && $job_id) {
 				AND people_job.job_id=$1 AND people_job.group_id=$2",
 				array($job_id, $group_id));
 	if (!$result || db_numrows($result) < 1) {
-		$error_msg .= _('Posting fetch failed: No such posting for this project:').db_error();
+		$error_msg .= _('Posting fetch failed')._(': ')._('No such posting for this project')._(': ').db_error();
 		people_header(array('title'=>_('View a Job')));
 	} else {
 

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

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


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list