From 29c4df9e9cf4513cf09017bbc23b88331c43834d Mon Sep 17 00:00:00 2001 From: Alan Kelly Date: Fri, 6 Mar 2009 20:45:04 +0000 Subject: [PATCH] I18N improvements to initial 'Sign Up' dialog --- resources/languages/resources.properties | 2 +- .../plugin/simpleaccreg/InitialAccountRegistrationFrame.java | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/resources/languages/resources.properties b/resources/languages/resources.properties index eb0438293..a6db50cfc 100644 --- a/resources/languages/resources.properties +++ b/resources/languages/resources.properties @@ -549,7 +549,7 @@ plugin.rssaccregwizz.CONFIRM_ACCOUNT_REMOVAL_TITLE=Remove missing contactems to # simple accregwizz plugin.simpleaccregwizz.INITIAL_ACCOUNT_REGISTRATION=Configure all your favorite protocols in one click. plugin.simpleaccregwizz.SIGNUP=Not registered yet? -plugin.simpleaccregwizz.SPECIAL_SIGNUP=Not registered yet ? - click here to get a new username +plugin.simpleaccregwizz.SPECIAL_SIGNUP=Not registered yet? - Click here to get a new username # sipaccregwizz plugin.sipaccregwizz.PROTOCOL_NAME=SIP diff --git a/src/net/java/sip/communicator/plugin/simpleaccreg/InitialAccountRegistrationFrame.java b/src/net/java/sip/communicator/plugin/simpleaccreg/InitialAccountRegistrationFrame.java index 9c463757c..094565312 100644 --- a/src/net/java/sip/communicator/plugin/simpleaccreg/InitialAccountRegistrationFrame.java +++ b/src/net/java/sip/communicator/plugin/simpleaccreg/InitialAccountRegistrationFrame.java @@ -188,7 +188,8 @@ private class AccountRegistrationPanel private JLabel usernameLabel = new JLabel(Resources.getString("service.gui.LOGIN")); - private JLabel passwordLabel = new JLabel("Password"); + private JLabel passwordLabel + = new JLabel(Resources.getString("service.gui.PASSWORD")); private JTextField usernameField = new JTextField();