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  7a553474e365364c80899eb57fa5e0d8051590dc (commit)
      from  bf9f8fffd44db41068a2159c98c75bb7d32da312 (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=7a553474e365364c80899eb57fa5e0d8051590dc

commit 7a553474e365364c80899eb57fa5e0d8051590dc
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Wed Mar 22 12:04:10 2017 +0100

    Translate message; less strings

diff --git a/src/common/widget/Widget_MySystasks.class.php 
b/src/common/widget/Widget_MySystasks.class.php
index 43dad62..fe39b4b 100644
--- a/src/common/widget/Widget_MySystasks.class.php
+++ b/src/common/widget/Widget_MySystasks.class.php
@@ -67,7 +67,7 @@ class Widget_MySystasks extends Widget {
                }
 
                $title_arr = array(
-                       _('Task ID'),
+                       _('Task Id'),
                        _('Plugin'),
                        _('SysTask Type'),
                        _('Project Name'),
diff --git a/src/www/my/systasks.php b/src/www/my/systasks.php
index b188dd8..40c35cd 100644
--- a/src/www/my/systasks.php
+++ b/src/www/my/systasks.php
@@ -52,7 +52,7 @@ if (empty($gids))
 $gids = implode(',', $gids);
 
 $title_arr = array(
-       _('Task ID'),
+       _('Task Id'),
        _('Plugin'),
        _('SysTask Type'),
        _('Group ID'),
diff --git a/src/www/pm/mod_task.php b/src/www/pm/mod_task.php
index 2d4a45e..87d3649 100644
--- a/src/www/pm/mod_task.php
+++ b/src/www/pm/mod_task.php
@@ -55,7 +55,7 @@ echo $HTML->openForm(array('action' => 
'/pm/task.php?group_id='.$group_id.'&grou
                <td><strong><?php echo _('Submitted by') . _(': '); 
?></strong><br />
                        <?php echo $pt->getSubmittedRealName(); ?> (<?php echo 
$pt->getSubmittedUnixName(); ?>)</td>
                <td><input type="submit" value="<?php echo _('Submit') ?>" 
name="submit" /></td>
-               <td><strong>Task ID:</strong> <?php echo $project_task_id; ?> @ 
<?php
+               <td><strong><?php echo _('Task Id') . _(': '); ?></strong> 
<?php echo $project_task_id; ?> @ <?php
                echo forge_get_config ('web_host') ; ?></td>
        </tr>
 

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

Summary of changes:
 src/common/widget/Widget_MySystasks.class.php | 2 +-
 src/www/my/systasks.php                       | 2 +-
 src/www/pm/mod_task.php                       | 2 +-
 3 files changed, 3 insertions(+), 3 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