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  0e4f26c91a3e03474af4ae4e2c895dbccef5f899 (commit)
      from  1c6635f0425c620cbd2ab0a37176e5bfd8caa692 (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=0e4f26c91a3e03474af4ae4e2c895dbccef5f899

commit 0e4f26c91a3e03474af4ae4e2c895dbccef5f899
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Wed Feb 15 14:01:56 2017 +0100

    Less strings

diff --git a/src/common/forum/ForumFactory.class.php 
b/src/common/forum/ForumFactory.class.php
index f543a4f..c35db7d 100644
--- a/src/common/forum/ForumFactory.class.php
+++ b/src/common/forum/ForumFactory.class.php
@@ -137,7 +137,7 @@ class ForumFactory extends FFError {
 
                if (session_loggedin()) {
                        if (!forge_check_perm ('forum_admin', 
$this->Group->getID())) {
-                               $this->setError(_("You don't have a permission 
to access this page"));
+                               $this->setError(_('You are not allowed to 
access this page'));
                                $this->forums = false;
                        } else {
                                $result = db_query_params('SELECT * FROM 
forum_group_list_vw
@@ -146,7 +146,7 @@ class ForumFactory extends FFError {
                                                        
array($this->Group->getID())) ;
                        }
                } else {
-                       $this->setError(_("You don't have a permission to 
access this page"));
+                       $this->setError(_('You are not allowed to access this 
page'));
                        $this->forums = false;
                }
 

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

Summary of changes:
 src/common/forum/ForumFactory.class.php | 4 ++--
 1 file changed, 2 insertions(+), 2 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