renamed label
git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@144501 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
ffa2ec7524
commit
9a3f4f9a12
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue