From b5efb227e07c3da0b0db8030ef1ac15f11977617 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Fri, 15 May 2015 16:57:13 +0000 Subject: [PATCH] Fixed Template Not Compatible exception message git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@114770 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../portlets/user/td/client/template/TemplateApplyDialog.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/portlets/user/td/client/template/TemplateApplyDialog.java b/src/main/java/org/gcube/portlets/user/td/client/template/TemplateApplyDialog.java index 366a847..25397d2 100644 --- a/src/main/java/org/gcube/portlets/user/td/client/template/TemplateApplyDialog.java +++ b/src/main/java/org/gcube/portlets/user/td/client/template/TemplateApplyDialog.java @@ -102,7 +102,7 @@ public class TemplateApplyDialog extends Window implements + caught.getLocalizedMessage()); UtilsGXT3 .alert("Apply Template Error ", - "Error in invocation of apply template operation! "+caught.getLocalizedMessage()); + "Error in invocation of apply template operation. "+caught.getLocalizedMessage()); } } }