changed label

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@144107 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2017-02-22 13:16:13 +00:00
parent 0294eb9fcc
commit 09876a6ee0
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ public class VersioningInfoContainer extends LayoutContainer {
msg+="<br/>Confirm?";
String title = "Restore version ";
title+=" of "+currentVersion.getName();
title+=" of: "+currentVersion.getName();
final DialogConfirm box = new DialogConfirm(null, title, msg);
box.getYesButton().addClickHandler(new ClickHandler() {