diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-04-03 18:45:45 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-04-03 18:45:45 -0400 |
commit | 5631210fb7e96c636b1322d5e3c9e7fd07e13fee (patch) | |
tree | c21a50aff5694b53f0007398af6e856ca9b478a1 /app/Model | |
parent | 68df40b00ad3e79faa0e3c006e08b516abd4d019 (diff) | |
parent | 248c160534a524c059f8bc541bfc1ac7ed8238cf (diff) |
Merge pull-request #763
Diffstat (limited to 'app/Model')
-rw-r--r-- | app/Model/Action.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Model/Action.php b/app/Model/Action.php index d5db2d76..91bd9608 100644 --- a/app/Model/Action.php +++ b/app/Model/Action.php @@ -41,6 +41,7 @@ class Action extends Base $values = array( 'TaskClose' => t('Close a task'), 'TaskOpen' => t('Open a task'), + 'TaskAssignColor' => t('Assign a color to a task'), 'TaskAssignSpecificUser' => t('Assign the task to a specific user'), 'TaskAssignCurrentUser' => t('Assign the task to the person who does the action'), 'TaskDuplicateAnotherProject' => t('Duplicate the task to another project'), |