Index: /ossiedev/branches/jsnyder/ComponentProject/src/edu/vt/ossie/PreferencePage.java
===================================================================
--- /ossiedev/branches/jsnyder/ComponentProject/src/edu/vt/ossie/PreferencePage.java	(revision 7623)
+++ /ossiedev/branches/jsnyder/ComponentProject/src/edu/vt/ossie/PreferencePage.java	(revision 7778)
@@ -59,10 +59,11 @@
             getFieldEditorParent()));
         addField(new BooleanFieldEditor(
-            OWDPlugin.PREF_COMP_AUTO_INSTALL,
-            "Automatically install components on build",
+            OWDPlugin.PREF_WAVE_AUTO_INSTALL,
+            "Automatically install waveforms on build",
             getFieldEditorParent()));
         addField(new BooleanFieldEditor(
-            OWDPlugin.PREF_WAVE_AUTO_INSTALL,
-            "Automatically install waveforms on build",
+            OWDPlugin.PREF_COMP_AUTO_INSTALL,
+            "Configure new component projects to automatically "
+            + "install on build",
             getFieldEditorParent()));
     }
