Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrelves2009-02-19 17:41:12 +0000
committerrelves2009-02-19 17:41:12 +0000
commit85891b9326355a921f11071045fc1534f6e8924c (patch)
tree83f80ce200430f85b48c9daa8a3d9c567148f486 /org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/messages.properties
parent43b794e4f0263e3e47ff01d124964257067ec3cc (diff)
downloadorg.eclipse.mylyn.tasks-85891b9326355a921f11071045fc1534f6e8924c.tar.gz
org.eclipse.mylyn.tasks-85891b9326355a921f11071045fc1534f6e8924c.tar.xz
org.eclipse.mylyn.tasks-85891b9326355a921f11071045fc1534f6e8924c.zip
NEW - bug 219241: convert the New Task toolbar item to be a drop-down menu
https://bugs.eclipse.org/bugs/show_bug.cgi?id=219241
Diffstat (limited to 'org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/messages.properties')
-rw-r--r--org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/messages.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/messages.properties b/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/messages.properties
index a2ac6421d..e63061dd6 100644
--- a/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/messages.properties
+++ b/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/internal/tasks/ui/actions/messages.properties
@@ -86,6 +86,7 @@ NewSubTaskAction_Failed_to_create_new_sub_task_=Failed to create new sub task:
NewSubTaskAction_Subtask=Subtask
NewSubTaskAction_Unable_to_create_subtask=Unable to create subtask
+NewTaskAction_new_task=New Task
NewTaskFromSelectionAction_Comment_=Comment\:\
NewTaskFromSelectionAction____Created_from_Comment___=-- Created from Comment --
NewTaskFromSelectionAction_New_Task_from_Selection=New Task from Selection

Back to the top