Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.ui/plugin.xml')
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/plugin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.bugzilla.ui/plugin.xml b/org.eclipse.mylyn.bugzilla.ui/plugin.xml
index 54f6c75dc..0fbb4454a 100644
--- a/org.eclipse.mylyn.bugzilla.ui/plugin.xml
+++ b/org.eclipse.mylyn.bugzilla.ui/plugin.xml
@@ -186,9 +186,9 @@
enablesFor="*"
icon="icons/etool16/task-bug-refresh.gif"
id="org.eclipse.mylar.bugzilla.ui.popup.refresh"
- label="Synchronize Bugzilla"
+ label="Bugzilla Refresh"
menubarPath="mylar"
- tooltip="Synchronize Bugzilla">
+ tooltip="Bugzilla Refresh">
<enablement>
<or>
<objectClass name="org.eclipse.mylar.bugzilla.ui.tasklist.BugzillaTask"/>

Back to the top