changed label

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@144076 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2017-02-22 10:50:45 +00:00
parent 4740a25a2b
commit cd3292941f
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ public class VersioningInfoContainer extends LayoutContainer {
String msg = "Deleting all older versions of: <br/> - "+ currentVersion.getName()+"." + String msg = "Deleting all older versions of: <br/> - "+ currentVersion.getName()+"." +
"<br/>Confirm?"; "<br/>Confirm?";
DialogConfirm box = new DialogConfirm(null, "Delete older versions of:"+ currentVersion.getName(), msg); DialogConfirm box = new DialogConfirm(null, "Delete older versions of: "+ currentVersion.getName(), msg);
box.getYesButton().addClickHandler(new ClickHandler() { box.getYesButton().addClickHandler(new ClickHandler() {
@Override @Override