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

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

Reply via email to