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 55042450d349a60d4ae408aa03ec76a731bf8783 (commit)
from c69633054a384acc57e598aeeac0557b535199c5 (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=55042450d349a60d4ae408aa03ec76a731bf8783
commit 55042450d349a60d4ae408aa03ec76a731bf8783
Author: Marc-Etienne Vargenau <[email protected]>
Date: Tue Sep 20 12:11:37 2016 +0200
Less strings
diff --git a/src/www/people/people_utils.php b/src/www/people/people_utils.php
index 536ddb8..f06c8aa 100644
--- a/src/www/people/people_utils.php
+++ b/src/www/people/people_utils.php
@@ -108,7 +108,7 @@ function
people_add_to_skill_inventory($skill_id,$skill_level_id,$skill_year_id)
$feedback .= _('Added to skill inventory');
}
} else {
- $error_msg .= _('Error: skill already in your
inventory');
+ $error_msg .= _('Error')._(': ')._('skill already in
your inventory');
}
}
} else {
-----------------------------------------------------------------------
Summary of changes:
src/www/people/people_utils.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