]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/commands/RenameResultFolder.java
Migrate SLC modules
[gpl/argeo-slc.git] / plugins / org.argeo.slc.client.ui / src / main / java / org / argeo / slc / client / ui / commands / RenameResultFolder.java
index 739c5039d9ff73b50ef640005c4b651e740ad9d7..2bdb20db4a5dfdafd5cbc0e4d517bbc67493ea11 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package org.argeo.slc.client.ui.commands;
 
 import javax.jcr.Node;
@@ -40,7 +39,7 @@ public class RenameResultFolder extends AbstractHandler {
        public final static String ID = ClientUiPlugin.ID + ".renameResultFolder";
        public final static ImageDescriptor DEFAULT_IMG_DESCRIPTOR = ClientUiPlugin
                        .getImageDescriptor("icons/rename.png");
-       public final static String DEFAULT_LABEL = "Rename folder";
+       public final static String DEFAULT_LABEL = "Rename...";
 
        public Object execute(ExecutionEvent event) throws ExecutionException {
                IStructuredSelection selection = (IStructuredSelection) HandlerUtil