Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2010-05-24 02:34:11 +0000
committerspingel2010-05-24 02:34:11 +0000
commitec70d607b4bf5b18d62c9221204637a5693c90f6 (patch)
treee70af51f470a9b5404e1eeeab86c1e3a73efe9a9 /org.eclipse.mylyn.tasks.ui/plugin.properties
parent603f01585944ecabb415bba7faa20fc74dc14af0 (diff)
downloadorg.eclipse.mylyn.tasks-ec70d607b4bf5b18d62c9221204637a5693c90f6.tar.gz
org.eclipse.mylyn.tasks-ec70d607b4bf5b18d62c9221204637a5693c90f6.tar.xz
org.eclipse.mylyn.tasks-ec70d607b4bf5b18d62c9221204637a5693c90f6.zip
NEW - bug 220314: [patch] double click on repository attachment does not respect default workbench editor
https://bugs.eclipse.org/bugs/show_bug.cgi?id=220314
Diffstat (limited to 'org.eclipse.mylyn.tasks.ui/plugin.properties')
-rw-r--r--org.eclipse.mylyn.tasks.ui/plugin.properties9
1 files changed, 4 insertions, 5 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/plugin.properties b/org.eclipse.mylyn.tasks.ui/plugin.properties
index 2649cf60b..92442838e 100644
--- a/org.eclipse.mylyn.tasks.ui/plugin.properties
+++ b/org.eclipse.mylyn.tasks.ui/plugin.properties
@@ -173,10 +173,8 @@ command.new.local.task.name = New Local Task
commands.category.name = Task
command.openSelectedTask.name = Open Selected Task
-command.attachment.openInBrowser.name = Open Attachment in Browser
commands.category.editor.name = Task Editor
-command.attachment.openInDefaultEditor.name = Open Attachment in Default Editor
command.submitTask.name = Submit Task
command.submitTask.description = Submits the currently open task
@@ -184,9 +182,7 @@ context.views.tasks.name = In Tasks View
filters.tasks.name = Task List Elements (Recommended)
filters.tasks.description = Hides Task List Elements from Common Navigators
-command.attachment.openInBrowser.label = Open With Browser
-command.attachment.openInDefaultEditor.menu.label = Open With
-command.attachment.openInDefaultEditor.label = Default Editor
+command.attachment.openWith.menu.label = Open With
menu.task.mark.label = &Mark as
command.markTaskRead.label = Read
@@ -204,3 +200,6 @@ command.maximizePart.description = Maximize Part
commands.ViewSourceHandler.name = View Unformatted Text
context.editors.task.name = In Tasks Editor
+
+command.attachment.open.label = Open
+command.attachment.open.name = Open Attachment

Back to the top