915: TDM - Support the Spanish language

Task-Url: https://support.d4science.org/issues/915

Updated Spanish Support

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-rule-widget@119886 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-10-20 11:42:55 +00:00 committed by Giancarlo Panichi
parent db1befc86c
commit 82c28a326d
1 changed files with 2 additions and 1 deletions

View File

@ -33,8 +33,9 @@ public class RuleDeleteDialog extends Window {
public RuleDeleteDialog(EventBus eventBus) {
this.eventBus = eventBus;
initMessages();
initWindow();
ruleDeletePanel = new RuleDeletePanel(this, eventBus);
add(ruleDeletePanel);
}