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:
parent
4703f44730
commit
a902136369
|
@ -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() {
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
buttonBackLabel = Volver
|
buttonBackLabel = Volver
|
||||||
buttonNextLabel = Adelante
|
buttonNextLabel = Seguir
|
||||||
buttonFinishLabel = Final
|
buttonFinishLabel = Final
|
Loading…
Reference in New Issue