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  269167b0c7020d6e4bbe556e2cb883d3eb799433 (commit)
      from  7a572843971d5ec6f61fe1ce1b4b64defc4a452f (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=269167b0c7020d6e4bbe556e2cb883d3eb799433

commit 269167b0c7020d6e4bbe556e2cb883d3eb799433
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Tue Sep 8 18:29:10 2015 +0200

    Spelling

diff --git a/src/plugins/taskboard/common/actions/edit_release.php 
b/src/plugins/taskboard/common/actions/edit_release.php
index 4bdd74d..310c5e9 100644
--- a/src/plugins/taskboard/common/actions/edit_release.php
+++ b/src/plugins/taskboard/common/actions/edit_release.php
@@ -58,7 +58,7 @@ if ($element_id && $start_date_unixtime && 
$end_date_unixtime) {
        db_begin();
        if ($release->update($element_id, $start_date_unixtime, 
$end_date_unixtime, $goals, $page_url)) {
                db_commit();
-               $feedback .= _('Succefully Updated');
+               $feedback .= _('Successfully Updated');
        } else {
                db_rollback();
                $error_msg = $release->getErrorMessage();

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

Summary of changes:
 src/plugins/taskboard/common/actions/edit_release.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