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:
Giancarlo Panichi 2015-01-26 09:57:40 +00:00
parent d7c81e924d
commit 2ab1561a8a
1 changed files with 1 additions and 1 deletions

View File

@ -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() {