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
This commit is contained in:
Giancarlo Panichi 2015-05-15 16:57:13 +00:00
parent 192806eec2
commit b5efb227e0
1 changed files with 1 additions and 1 deletions

View File

@ -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());
}
}
}