[Fusionforge-commits] FusionForge branch master updated. v6.0.3-389-gb45e833

Marc-Etienne VARGENAU vargenau at libremir.placard.fr.eu.org
Tue Mar 8 19:11:14 CET 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  b45e833911a30b89b39d544480d9daa4643931b6 (commit)
      from  3e7f87305744897878db2830a707414be8e43713 (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=b45e833911a30b89b39d544480d9daa4643931b6

commit b45e833911a30b89b39d544480d9daa4643931b6
Author: Marc-Etienne Vargenau <Marc-Etienne.Vargenau at alcatel-lucent.com>
Date:   Tue Mar 8 19:11:11 2016 +0100

    Less strings

diff --git a/src/www/people/people_utils.php b/src/www/people/people_utils.php
index 213a4ba..0dee54f 100644
--- a/src/www/people/people_utils.php
+++ b/src/www/people/people_utils.php
@@ -221,7 +221,7 @@ function people_add_to_job_inventory($job_id,$skill_id,$skill_level_id,$skill_ye
 				return true;
 			}
 		} else {
-			$error_msg .= _('Error: Skill already in your inventory.');
+			$error_msg .= _('Error: skill already in your inventory');
 			return false;
 		}
 

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

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


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list