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

commit bca840572a57bcc647903a4fa9b0bc91519f5a01
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Fri Feb 3 11:53:35 2017 +0100

    Fix English syntax

diff --git a/src/common/include/FFObject.class.php 
b/src/common/include/FFObject.class.php
index dba3b72..250dc5d 100644
--- a/src/common/include/FFObject.class.php
+++ b/src/common/include/FFObject.class.php
@@ -267,7 +267,7 @@ class FFObject extends FFError {
                                $this->setError(_('Cannot delete 
association')._(': ').db_error());
                        }
                } else {
-                       $this->setError(_('Association To does not existing'));
+                       $this->setError(_('Association To does not exist'));
                }
                return false;
        }
@@ -284,7 +284,7 @@ class FFObject extends FFError {
                                $this->setError(_('Cannot delete 
association')._(': ').db_error());
                        }
                } else {
-                       $this->setError(_('Association From does not 
existing'));
+                       $this->setError(_('Association From does not exist'));
                }
                return false;
        }

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

Summary of changes:
 src/common/include/FFObject.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