Revision 43523 trunk/org.gvsig.desktop/org.gvsig.desktop.library/org.gvsig.installer/org.gvsig.installer.swing/org.gvsig.installer.swing.impl/src/main/java/org/gvsig/installer/swing/impl/execution/wizard/InstallersWizardPage.java

View differences:

InstallersWizardPage.java
101 101
        private final InstallersWizardPage panel;
102 102

  
103 103
        public UpdatePanel(InstallersWizardPage panel) {
104
            super(panel.wizardPanel.getTranslation("_Installing prerequisites..."));
104
            super(panel.wizardPanel.getTranslation("_Installing_prerequisites_three_dots"));
105 105
            this.panel = panel;
106 106
        }
107 107

  
......
114 114
                        }
115 115
                    });
116 116
                } catch (Exception ex) {
117
                    logger.warn("Cant show message to the user. " + msg);
117
                    logger.warn("Can't show message to the user. " + msg);
118 118
                }
119 119
                return;
120 120
            }

Also available in: Unified diff