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
This commit is contained in:
Giancarlo Panichi 2015-10-05 16:20:46 +00:00 committed by Giancarlo Panichi
parent 4703f44730
commit a902136369
2 changed files with 2 additions and 2 deletions

View File

@ -304,7 +304,7 @@ public class WizardWindow extends Window {
* to it. * to it.
*/ */
public void setNextButtonToFinish() { public void setNextButtonToFinish() {
nextButton.setText(msgs.buttonNextLabel()); nextButton.setText(msgs.buttonFinishLabel());
nextButton.setIcon(ResourceBundle.INSTANCE.wizardGo()); nextButton.setIcon(ResourceBundle.INSTANCE.wizardGo());
nextButton.setIconAlign(IconAlign.RIGHT); nextButton.setIconAlign(IconAlign.RIGHT);
nextButtonAction = new Command() { nextButtonAction = new Command() {

View File

@ -1,3 +1,3 @@
buttonBackLabel = Volver buttonBackLabel = Volver
buttonNextLabel = Adelante buttonNextLabel = Seguir
buttonFinishLabel = Final buttonFinishLabel = Final