Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2008-06-11 23:46:25 +0000
committermkersten2008-06-11 23:46:25 +0000
commit674a819a70b17e94d0366ee0e7e9eeb1b7c8afa7 (patch)
tree8a87b674b3fc204be060092d28ccb1bb8e21e1f8 /org.eclipse.mylyn.tasks.bugs
parent598a1aa030bd5ab770ba055cad0ca8f92d3a3dbc (diff)
downloadorg.eclipse.mylyn.tasks-674a819a70b17e94d0366ee0e7e9eeb1b7c8afa7.tar.gz
org.eclipse.mylyn.tasks-674a819a70b17e94d0366ee0e7e9eeb1b7c8afa7.tar.xz
org.eclipse.mylyn.tasks-674a819a70b17e94d0366ee0e7e9eeb1b7c8afa7.zip
ASSIGNED - bug 236760: rename "Mylyn" UI entries to "Tasks"
https://bugs.eclipse.org/bugs/show_bug.cgi?id=236760
Diffstat (limited to 'org.eclipse.mylyn.tasks.bugs')
-rw-r--r--org.eclipse.mylyn.tasks.bugs/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.tasks.bugs/plugin.xml b/org.eclipse.mylyn.tasks.bugs/plugin.xml
index 3b62413fa..6201dbb65 100644
--- a/org.eclipse.mylyn.tasks.bugs/plugin.xml
+++ b/org.eclipse.mylyn.tasks.bugs/plugin.xml
@@ -23,7 +23,7 @@
<extension point="org.eclipse.ui.actionSets">
<actionSet
id="org.eclipse.mylyn.doc.actionSet"
- label="Mylyn Help"
+ label="Tasks Help"
visible="true">
<action
class="org.eclipse.mylyn.internal.tasks.bugs.actions.ReportBugAction"

Back to the top