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 98f681f54a294ccbe23408236b0dad0dd5bca386 (commit)
from 687fa377f70c663733c2e2bcc3b7a8ca4262a10f (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=98f681f54a294ccbe23408236b0dad0dd5bca386
commit 98f681f54a294ccbe23408236b0dad0dd5bca386
Author: Marc-Etienne Vargenau <[email protected]>
Date: Mon Feb 27 11:37:45 2017 +0100
Less strings
diff --git a/src/common/tracker/ArtifactExtraField.class.php
b/src/common/tracker/ArtifactExtraField.class.php
index 511877c..35fd826 100644
--- a/src/common/tracker/ArtifactExtraField.class.php
+++ b/src/common/tracker/ArtifactExtraField.class.php
@@ -1050,7 +1050,7 @@ class ArtifactExtraField extends FFError {
// invalid chars?
if (preg_match("/[^[:alnum:]_@\\-]/", $alias)) {
- $this->setError(_('The alias contains invalid
characters. Only letters, numbers, hyphens (-), at sign (@) and underscores (_)
allowed.'));
+ $this->setError(_('The alias contains invalid
characters.').' '._('Only letters, numbers, hyphens (-), at sign (@) and
underscores (_) allowed.'));
return false;
} elseif (in_array($alias, $reserved_alias)) { // alias is
reserved?
$this->setError(sprintf(_('ā%sā is a reserved alias.
Please provide another name.'), $alias));
-----------------------------------------------------------------------
Summary of changes:
src/common/tracker/ArtifactExtraField.class.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