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  e02a8a8f7264c4afc62af2290de580d0891d1a7c (commit)
      from  27d7479c000bc8d17109f3fbce7e2a788b5a4a1a (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=e02a8a8f7264c4afc62af2290de580d0891d1a7c

commit e02a8a8f7264c4afc62af2290de580d0891d1a7c
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Fri Feb 10 10:01:32 2017 +0100

    "required fields", not "required files"

diff --git a/src/common/tracker/views/form-workflow_required_fields.php 
b/src/common/tracker/views/form-workflow_required_fields.php
index 5024d41..e8a63b6 100644
--- a/src/common/tracker/views/form-workflow_required_fields.php
+++ b/src/common/tracker/views/form-workflow_required_fields.php
@@ -58,7 +58,7 @@ foreach ($elearray as $e) {
        $name[ $e['element_id'] ] = $e['element_name'];
 }
 
-$title = sprintf(_('Configuring required files for the transitions from %1$s 
to %2$s'), $name[$from], $name[$next]);
+$title = sprintf(_('Configuring required fields for the transitions from %1$s 
to %2$s'), $name[$from], $name[$next]);
 $ath->adminHeader(array('title'=>$title,
        'pagename'=>'tracker_admin_customize_liste',
        'titlevals'=>array($ath->getName())));

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

Summary of changes:
 src/common/tracker/views/form-workflow_required_fields.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

Reply via email to