From 2a4f736d1b3bb6faedcbc585fcf3eb8576d68bf5 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Wed, 27 Aug 2014 16:37:41 +0000 Subject: [PATCH] Minor Update git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-csv-export-widget@99310 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../td/csvexportwidget/client/CSVOperationInProgressCard.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/portlets/user/td/csvexportwidget/client/CSVOperationInProgressCard.java b/src/main/java/org/gcube/portlets/user/td/csvexportwidget/client/CSVOperationInProgressCard.java index 3b8739d..7fb0e32 100644 --- a/src/main/java/org/gcube/portlets/user/td/csvexportwidget/client/CSVOperationInProgressCard.java +++ b/src/main/java/org/gcube/portlets/user/td/csvexportwidget/client/CSVOperationInProgressCard.java @@ -176,7 +176,7 @@ public class CSVOperationInProgressCard extends WizardCard implements new SessionExpiredEvent( SessionExpiredType.EXPIREDONSERVER)); } else { - AlertMessageBox d = new AlertMessageBox("Error in Codelist Mapping Import", + AlertMessageBox d = new AlertMessageBox("Error in CSV Export", reason); d.addHideHandler(new HideHandler() { public void onHide(HideEvent event) {