]> 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/commands/UnregisterRemoteRepo.java
Migrate SLC modules
[gpl/argeo-slc.git] / plugins / org.argeo.slc.client.ui.dist / src / main / java / org / argeo / slc / client / ui / dist / commands / UnregisterRemoteRepo.java
index b05571e340d700a69771b505487fc0bdd0f4bc1c..1dab10f45ac0dcf67209d11b588f3b9c89bbe23c 100644 (file)
@@ -34,15 +34,14 @@ import org.eclipse.jface.resource.ImageDescriptor;
 
 /**
  * Unregisters a remote repository by deleting the corresponding RepoNode from
- * the NodeRepository. It does not affect the repository instance
+ * the node Repository. It does not affect the repository instance
  */
-
 public class UnregisterRemoteRepo extends AbstractHandler {
        // private static final Log log = LogFactory
        // .getLog(UnregisterRemoteRepo.class);
+       
        public final static String ID = DistPlugin.ID + ".unregisterRemoteRepo";
-       public final static String DEFAULT_LABEL = "Unregister this repository";
-       // public final static String DEFAULT_ICON_PATH = "icons/removeItem.gif";
+       public final static String DEFAULT_LABEL = "Unregister";
        public final static ImageDescriptor DEFAULT_ICON = DistPlugin
                        .getImageDescriptor("icons/removeItem.gif");