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  806f8aef9301dde61b6ea4c52bf8a38e663d671b (commit)
      from  9bd0641d0ac0893820b20a513e16565ad6b422f8 (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=806f8aef9301dde61b6ea4c52bf8a38e663d671b

commit 806f8aef9301dde61b6ea4c52bf8a38e663d671b
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Mon Feb 29 18:02:51 2016 +0100

    Same message in monitorfile.php and monitordirectory.php

diff --git a/src/common/docman/actions/monitordirectory.php 
b/src/common/docman/actions/monitordirectory.php
index 6e441f4..c4af098 100644
--- a/src/common/docman/actions/monitordirectory.php
+++ b/src/common/docman/actions/monitordirectory.php
@@ -68,7 +68,7 @@ switch ($option) {
                break;
        }
        default: {
-               $error_msg = _('Docman: monitoring action unknown.');
+               $error_msg = _('Docman')._(': ')._('monitoring action 
unknown.');
                
session_redirect('/docman/?group_id='.$group_id.'&dirid='.$dirid);
        }
 }

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

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