changed label

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@93231 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2014-03-17 16:41:45 +00:00
parent 73c3ed0bbc
commit c8bf730afd
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ public class DialogPermission extends Dialog {
}else{
enableFormDialog(false);
if(showAlert)
new MessageBoxAlert("Permission denied", "You have no permissions to change sharing. You are not owner or manger of \""+folder.getName()+"\"", null);
new MessageBoxAlert("Permission denied", "You have no permissions to change sharing. You are not manager of \""+folder.getName()+"\"", null);
}
}