From a902136369317dac09a4fed6913f191f11b8d447 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Mon, 5 Oct 2015 16:20:46 +0000 Subject: [PATCH] Updated Support to i18N git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-wizard-widget@119399 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../portlets/user/td/wizardwidget/client/WizardWindow.java | 2 +- .../user/td/wizardwidget/client/WizardMessages_es.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/gcube/portlets/user/td/wizardwidget/client/WizardWindow.java b/src/main/java/org/gcube/portlets/user/td/wizardwidget/client/WizardWindow.java index cb0e99e..dacc2dc 100644 --- a/src/main/java/org/gcube/portlets/user/td/wizardwidget/client/WizardWindow.java +++ b/src/main/java/org/gcube/portlets/user/td/wizardwidget/client/WizardWindow.java @@ -304,7 +304,7 @@ public class WizardWindow extends Window { * to it. */ public void setNextButtonToFinish() { - nextButton.setText(msgs.buttonNextLabel()); + nextButton.setText(msgs.buttonFinishLabel()); nextButton.setIcon(ResourceBundle.INSTANCE.wizardGo()); nextButton.setIconAlign(IconAlign.RIGHT); nextButtonAction = new Command() { diff --git a/src/main/resources/org/gcube/portlets/user/td/wizardwidget/client/WizardMessages_es.properties b/src/main/resources/org/gcube/portlets/user/td/wizardwidget/client/WizardMessages_es.properties index 417ef73..a90329d 100644 --- a/src/main/resources/org/gcube/portlets/user/td/wizardwidget/client/WizardMessages_es.properties +++ b/src/main/resources/org/gcube/portlets/user/td/wizardwidget/client/WizardMessages_es.properties @@ -1,3 +1,3 @@ buttonBackLabel = Volver -buttonNextLabel = Adelante +buttonNextLabel = Seguir buttonFinishLabel = Final \ No newline at end of file