Updated labels Upload files/s

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@119656 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2015-10-13 09:36:03 +00:00
parent b25fc58205
commit dff6d6a52f
2 changed files with 2 additions and 2 deletions

View File

@ -1136,7 +1136,7 @@ public class AppControllerExplorer implements EventHandler, TreeAppControllerInt
caption+= " a zip Archive";
upType = UPLOAD_TYPE.Archive;
}else if(fileUploadEvent.getUploadType().compareTo(WS_UPLOAD_TYPE.File)==0){
caption+= "File";
caption+= "File/s";
upType = UPLOAD_TYPE.File;
}

View File

@ -38,7 +38,7 @@ public class ConstantsExplorer {
public static final String MESSAGE_RENAME = "Rename";
public static final String MESSAGE_DELETE_ITEM = "Delete Item";
public static final String MESSAGE_DELETE = "Delete";
public static final String MESSAGE_UPLOAD_FILE = "Upload File";
public static final String MESSAGE_UPLOAD_FILE = "Upload File/s";
public static final String MESSAGE_UPLOAD_ARCHIVE = "Upload Archive";
public static final String MESSAGE_FOLDER_NAME = "Folder Name";
public static final String MESSAGE_SMART_FOLDER_NAME = "Smart Folder Name";