Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2005-11-05 02:22:00 +0000
committermkersten2005-11-05 02:22:00 +0000
commit22245caccfe1d0f690a28cabf2ad32c4a0843460 (patch)
treef716c71f4432c1099f052a4e397b7f696b6d45cc /org.eclipse.mylyn.bugzilla.ui/src
parent96e95cd856753d331854e045397cb15fc48b1468 (diff)
downloadorg.eclipse.mylyn.tasks-22245caccfe1d0f690a28cabf2ad32c4a0843460.tar.gz
org.eclipse.mylyn.tasks-22245caccfe1d0f690a28cabf2ad32c4a0843460.tar.xz
org.eclipse.mylyn.tasks-22245caccfe1d0f690a28cabf2ad32c4a0843460.zip
Fixed Bugzilla Bug 114561: restructure and fix up documentation
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.ui/src')
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/bugzilla/ui/search/BugzillaSearchPage.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/bugzilla/ui/search/BugzillaSearchPage.java b/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/bugzilla/ui/search/BugzillaSearchPage.java
index 7691adbce..5134c6b90 100644
--- a/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/bugzilla/ui/search/BugzillaSearchPage.java
+++ b/org.eclipse.mylyn.bugzilla.ui/src/org/eclipse/mylyn/bugzilla/ui/search/BugzillaSearchPage.java
@@ -610,7 +610,7 @@ public class BugzillaSearchPage extends DialogPage implements ISearchPage {
label.setLayoutData(gd);
updateButton = new Button(group, SWT.LEFT | SWT.PUSH);
- updateButton.setText("Update Options");
+ updateButton.setText("Update Products");
updateButton.setLayoutData(new GridData());

Back to the top