From 933bd6fde3609057e714b97bcba65d6ea6571f84 Mon Sep 17 00:00:00 2001 From: Costantino Perciante Date: Thu, 8 Dec 2016 18:33:01 +0000 Subject: [PATCH] error message on failed update changed git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/gcube-ckan-datacatalog@139820 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../gcubeckandatacatalog/client/ui/ManageProductWidget.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/portlets/gcubeckan/gcubeckandatacatalog/client/ui/ManageProductWidget.java b/src/main/java/org/gcube/portlets/gcubeckan/gcubeckandatacatalog/client/ui/ManageProductWidget.java index edf0ee4..3de1309 100644 --- a/src/main/java/org/gcube/portlets/gcubeckan/gcubeckandatacatalog/client/ui/ManageProductWidget.java +++ b/src/main/java/org/gcube/portlets/gcubeckan/gcubeckandatacatalog/client/ui/ManageProductWidget.java @@ -88,7 +88,7 @@ public class ManageProductWidget extends Composite{ private final static String STATUS_UPDATE_SUCCESS = "The product was correctly updated. Thanks for your collaboration!"; private final static String STATUS_UPDATE_ERROR = "Sorry, there was a problem while trying to update the status of this product"; protected static final String ERROR_ON_RETRIEVING_BEAN = "It seems there was a problem while contacting the service..."; - protected static final String NO_GRSF_RECORD_BEAN = "This record is not a GRSF record. It cannot be managed"; + protected static final String NO_GRSF_RECORD_BEAN = "This record is not a GRSF record, thus it cannot be managed"; private ManageProductBean bean; public ManageProductWidget(String productIdentifier) {