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  deaff363734beba04bddcf0cfcf72595d00269c2 (commit)
      from  9a034d1597774d2bb4554e9d9c09351efebbf517 (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=deaff363734beba04bddcf0cfcf72595d00269c2

commit deaff363734beba04bddcf0cfcf72595d00269c2
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Fri Feb 3 10:31:34 2017 +0100

    Less strings

diff --git a/src/common/docman/views/addfile.php 
b/src/common/docman/views/addfile.php
index bf02b50..462da6c 100644
--- a/src/common/docman/views/addfile.php
+++ b/src/common/docman/views/addfile.php
@@ -169,7 +169,7 @@ if ($dgf->getNested($stateidArr) == NULL) {
                echo html_ac(html_ap() - 2);
        } else {
                $cells = array();
-               $cells[][] = _('Documents folder that document belongs in');
+               $cells[][] = _('Folder that document belongs to');
                $cells[][] = 
$dm->showSelectNestedGroups($dgf->getNested($stateidArr), 'doc_group', false, 
$dirid);
                echo $HTML->multiTableRow(array(), $cells);
        }

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

Summary of changes:
 src/common/docman/views/addfile.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