]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/editors/DistWorkspaceEditor.java
Work on modular distributions - change lazy init policies, add observer on the catego...
[gpl/argeo-slc.git] / plugins / org.argeo.slc.client.ui.dist / src / main / java / org / argeo / slc / client / ui / dist / editors / DistWorkspaceEditor.java
index 8f053bf3bf5cdaa006fc42de9455a30750cb31c0..0d3220aafc8a62d079301f1c417ad9eba427d2cd 100644 (file)
@@ -79,8 +79,8 @@ public class DistWorkspaceEditor extends FormEditor implements SlcNames {
        protected void addPages() {
                try {
                        addPage(new DistWkspSearchPage(this, "Details ", businessSession));
-                       addPage(new DistWkspBrowserPage(this, "Browser ", businessSession));
-                       addPage(new WkspCategoryBaseListPage(this, "Group base ",
+                       addPage(new DistWkspBrowserPage(this, "Maven ", businessSession));
+                       addPage(new WkspCategoryBaseListPage(this, "Groups ",
                                        businessSession));
                } catch (PartInitException e) {
                        throw new ArgeoException("Cannot add distribution editor pages", e);