Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-column-widget@111393 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-01-14 17:56:00 +00:00
parent 7c3059b04e
commit 9aff41a1c4
1 changed files with 4 additions and 4 deletions

View File

@ -257,13 +257,13 @@ public class DimensionRowSelectionDialog extends Window {
tableId = Long.valueOf(column.getRelationship()
.getTargetTableId());
} else {
UtilsGXT3.alert("Attention",
"No valid table associated with this column!");
UtilsGXT3
.alert("Attention",
"No valid relationship associated with this column!");
hide();
return;
}
}
}