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  1d18ffdbfb47e815b8241dcae255b716a740ee5f (commit)
      from  fb04c37eda9efe35d88d1d9a57ef4351c9144e5b (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=1d18ffdbfb47e815b8241dcae255b716a740ee5f

commit 1d18ffdbfb47e815b8241dcae255b716a740ee5f
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Thu Sep 8 15:37:20 2016 +0200

    Use smart quotes

diff --git a/src/plugins/projectlabels/common/ProjectLabelsPlugin.class.php 
b/src/plugins/projectlabels/common/ProjectLabelsPlugin.class.php
index 3b8f07f..c494152 100644
--- a/src/plugins/projectlabels/common/ProjectLabelsPlugin.class.php
+++ b/src/plugins/projectlabels/common/ProjectLabelsPlugin.class.php
@@ -7,7 +7,7 @@ class ProjectLabelsPlugin extends Plugin {
                $this->text = _("Project labels");
                $this->pkg_desc =
 _("This can be used to highlight some projects on a forge, for instance
-for a \"project of the month\".");
+for a “project of the month”.");
                $this->hooks[] = "project_before_widgets" ;
                $this->hooks[] = "site_admin_option_hook" ;
        }
diff --git a/src/plugins/taskboard/common/views/admin/trackers.php 
b/src/plugins/taskboard/common/views/admin/trackers.php
index 3819794..1bbf697 100644
--- a/src/plugins/taskboard/common/views/admin/trackers.php
+++ b/src/plugins/taskboard/common/views/admin/trackers.php
@@ -84,7 +84,7 @@ if (!$atf || !is_object($atf) || $atf->isError()) {
                                echo html_e('div', array('id' => 'messages', 
'class' => 'warning', 'style' => 'display: none;'), '', false);
                        }
                } else {
-                       echo $HTML->error_msg(_('There are no any tracker 
having "resolution" field.'));
+                       echo $HTML->error_msg(_('There are no any tracker 
having “resolution” field.'));
                }
                echo $HTML->openForm(array('action' => 
'/plugins/'.$pluginTaskboard->name.'/admin/?group_id='.$group_id.'&taskboard_id='.$taskboard_id.'&action=trackers',
 'method' => 'post'));
                echo html_e('input', array('type' => 'hidden', 'name' => 
'post_changes', 'value' => 'y'));

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

Summary of changes:
 src/plugins/projectlabels/common/ProjectLabelsPlugin.class.php | 2 +-
 src/plugins/taskboard/common/views/admin/trackers.php          | 2 +-
 2 files 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