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  d33cd7b731fa29646f2accaedbdd98f8fd0809cb (commit)
      from  a30272386e08028119070486542c1efd8ae23430 (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=d33cd7b731fa29646f2accaedbdd98f8fd0809cb

commit d33cd7b731fa29646f2accaedbdd98f8fd0809cb
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Fri Jun 4 10:30:25 2021 +0200

    Less strings to translate

diff --git a/src/common/tracker/Artifact.class.php 
b/src/common/tracker/Artifact.class.php
index 522d045..17adad4 100644
--- a/src/common/tracker/Artifact.class.php
+++ b/src/common/tracker/Artifact.class.php
@@ -1918,16 +1918,16 @@ class Artifact extends FFObject {
                }
 
                $body .= "\n".$this->marker('status',$changes).
-                        _("Status: "). $this->getStatusName() ."\n".
+                        _("Status")._(": "). $this->getStatusName() ."\n".
                        $this->marker('priority',$changes).
-                       _("Priority: "). $this->getPriority() ."\n".
-                       _("Submitted By: "). $this->getSubmittedRealName() .
+                       _("Priority")._(": "). $this->getPriority() ."\n".
+                       _("Submitted by")._(": "). 
$this->getSubmittedRealName() .
                        " (". $this->getSubmittedUnixName(). ")"."\n".
                        $this->marker('assigned_to',$changes).
-                       _("Assigned to: "). $this->getAssignedRealName() .
+                       _("Assigned to")._(": "). $this->getAssignedRealName() .
                         " (". $this->getAssignedUnixName(). ")"."\n".
                        $this->marker('summary',$changes).
-                       _("Summary: "). 
util_unconvert_htmlspecialchars($this->getSummary())." \n";
+                       _("Summary")._(": "). 
util_unconvert_htmlspecialchars($this->getSummary())." \n";
 
                // Now display the extra fields
                $efd = $this->getExtraFieldDataText();

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

Summary of changes:
 src/common/tracker/Artifact.class.php | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
FusionForge

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

Reply via email to