diff --git a/src/main/java/org/gcube/portlets/user/workspace/shared/WorkspaceVersioningOperation.java b/src/main/java/org/gcube/portlets/user/workspace/shared/WorkspaceVersioningOperation.java index 6ca2dd2..66e164f 100644 --- a/src/main/java/org/gcube/portlets/user/workspace/shared/WorkspaceVersioningOperation.java +++ b/src/main/java/org/gcube/portlets/user/workspace/shared/WorkspaceVersioningOperation.java @@ -22,7 +22,7 @@ public enum WorkspaceVersioningOperation { RESTORE("Restore", "Restore the file to the selected version"), DOWNLOAD("Download", "Download the version of the selected file"), DELETE_PERMANENTLY("Delete Permanently", "Delete Permanently the version for the selected file"), - DELETE_ALL_OLDER_VERSIONS("Delete all older versions", "Delete definitively all older versions of the file"); + DELETE_ALL_OLDER_VERSIONS("Delete all versions permanently", "Delete definitively all versions of the file"); public String label; public String operationDescription;