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