source: release-kits/shared/ant-installer/src/org/tp23/antinstaller/renderer/text/ConfirmPasswordTextInputRenderer.java@ 17514

Last change on this file since 17514 was 17514, checked in by oranfry, 16 years ago

changes to the way ant-installer loads and reloads the language packs, and a new attribute to the select input which triggers it to change the language to the input value

File size: 292 bytes
Line 
1package org.tp23.antinstaller.renderer.text;
2
3import java.util.ResourceBundle;
4
5public class ConfirmPasswordTextInputRenderer extends PasswordTextInputRenderer {
6
7 protected String getErrorMessage(){
8 return org.tp23.antinstaller.Installer.langPack.getString("passwordsDoNotMatch");
9 }
10
11}
Note: See TracBrowser for help on using the repository browser.