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 53e24be23dcee0b38ba6050742fb45a7603a26e8 (commit)
from 2c8b2d05c8b2b04d9900b2705f8125c494cc4066 (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=53e24be23dcee0b38ba6050742fb45a7603a26e8
commit 53e24be23dcee0b38ba6050742fb45a7603a26e8
Author: Marc-Etienne Vargenau <[email protected]>
Date: Tue May 2 13:08:40 2017 +0200
Less strings
diff --git a/src/common/tracker/ArtifactType.class.php
b/src/common/tracker/ArtifactType.class.php
index d892460..1c96098 100644
--- a/src/common/tracker/ArtifactType.class.php
+++ b/src/common/tracker/ArtifactType.class.php
@@ -1358,7 +1358,7 @@ class ArtifactType extends FFError {
}
if (!$name || !$description || !$due_period ||
!$status_timeout) {
- $this->setError(_('ArtifactType: Name, Description, Due
Period, and Status Timeout are required'));
+ $this->setError(_('ArtifactType')._(': ')._('Name,
Description, Due Period, and Status Timeout are required'));
return false;
}
-----------------------------------------------------------------------
Summary of changes:
src/common/tracker/ArtifactType.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