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:
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…
Reference in New Issue