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 44bb7c0d6810ade8e9596ed68ded5e9bb50db9b1 (commit)
from 198f075bc3d01338883fff5a1df83e15f1caaad8 (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=44bb7c0d6810ade8e9596ed68ded5e9bb50db9b1
commit 44bb7c0d6810ade8e9596ed68ded5e9bb50db9b1
Author: Marc-Etienne Vargenau <[email protected]>
Date: Wed Mar 22 13:51:05 2017 +0100
Translate "Task Board"
diff --git a/src/plugins/taskboard/common/TaskBoardPlugin.class.php
b/src/plugins/taskboard/common/TaskBoardPlugin.class.php
index d05a386..5f30bc8 100644
--- a/src/plugins/taskboard/common/TaskBoardPlugin.class.php
+++ b/src/plugins/taskboard/common/TaskBoardPlugin.class.php
@@ -26,9 +26,8 @@ class TaskBoardPlugin extends Plugin {
function __construct() {
parent::__construct();
$this->name = 'taskboard';
- $this->text = 'Task Board'; // To show in the tabs, use...
- $this->pkg_desc =
-_('Agile TaskBoard: Supports Scrum and Kanban methodologies.');
+ $this->text = _('Task Board'); // To show in the tabs, use...
+ $this->pkg_desc = _('Agile Task Board: Supports Scrum and
Kanban methodologies.');
$this->hooks[] = 'project_admin_plugins'; // to show up in the
admin page fro group
$this->hooks[] = 'groupmenu';
$this->hooks[] = 'groupisactivecheckbox'; // The "use ..."
checkbox in editgroupinfo
-----------------------------------------------------------------------
Summary of changes:
src/plugins/taskboard/common/TaskBoardPlugin.class.php | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits