diff options
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.ui/plugin.xml')
-rw-r--r-- | org.eclipse.mylyn.bugzilla.ui/plugin.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.mylyn.bugzilla.ui/plugin.xml b/org.eclipse.mylyn.bugzilla.ui/plugin.xml index df865c4a9..54f6c75dc 100644 --- a/org.eclipse.mylyn.bugzilla.ui/plugin.xml +++ b/org.eclipse.mylyn.bugzilla.ui/plugin.xml @@ -126,10 +126,10 @@ enablesFor="*" icon="icons/etool16/task-bug-refresh.gif" id="org.eclipse.mylar.bugzilla.tasklist.refresh" - label="Refresh Non-Resolved Bugzilla reports" + label="Synchronized Unresolved Bugzilla Reports" style="push" toolbarPath="mylar" - tooltip="Refresh Non-Resolved Bugzilla reports"> + tooltip="Synchronized Unresolved Bugzilla Reports"> </action> <action class="org.eclipse.mylar.bugzilla.ui.actions.CreateBugzillaQueryCategoryAction" @@ -186,9 +186,9 @@ enablesFor="*" icon="icons/etool16/task-bug-refresh.gif" id="org.eclipse.mylar.bugzilla.ui.popup.refresh" - label="Bugzilla Refresh" + label="Synchronize Bugzilla" menubarPath="mylar" - tooltip="Bugzilla Refresh"> + tooltip="Synchronize Bugzilla"> <enablement> <or> <objectClass name="org.eclipse.mylar.bugzilla.ui.tasklist.BugzillaTask"/> |