changed label

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@144076 82a268e6-3cf1-43bd-a215-b396298e98cf
task/19600
Francesco Mangiacrapa 7 years ago
parent 4740a25a2b
commit cd3292941f

@ -223,7 +223,7 @@ public class VersioningInfoContainer extends LayoutContainer {
String msg = "Deleting all older versions of: <br/> - "+ currentVersion.getName()+"." +
"<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() {
@Override

Loading…
Cancel
Save