Fixed the misspelling
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@111486 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
d7c81e924d
commit
2ab1561a8a
|
@ -675,7 +675,7 @@ public class TabularDataController {
|
|||
private void deleteTabularResource() {
|
||||
|
||||
final ConfirmMessageBox mb = new ConfirmMessageBox("Confirm",
|
||||
"Are you sure you want to delete the taular resource?");
|
||||
"Are you sure you want to delete the tabular resource?");
|
||||
|
||||
|
||||
mb.addDialogHideHandler(new DialogHideHandler() {
|
||||
|
|
Loading…
Reference in New Issue