From e0caa1b8f828cf0bd6bf3130c976c34346002b13 Mon Sep 17 00:00:00 2001 From: David McKnight Date: Mon, 15 Jan 2007 21:04:55 +0000 Subject: [PATCH] new string for old password in change password dlg --- .../UI/org/eclipse/rse/ui/SystemResources.java | 2 ++ .../UI/org/eclipse/rse/ui/SystemResources.properties | 2 ++ 2 files changed, 4 insertions(+) diff --git a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemResources.java b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemResources.java index 6fdc5f6996a..ae350e6ec0c 100644 --- a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemResources.java +++ b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemResources.java @@ -419,6 +419,8 @@ public class SystemResources extends NLS public static String RESID_CHANGE_PASSWORD_TITLE; public static String RESID_CHANGE_PASSWORD_NEW_LABEL; public static String RESID_CHANGE_PASSWORD_NEW_TOOLTIP; + public static String RESID_CHANGE_PASSWORD_OLD_LABEL; + public static String RESID_CHANGE_PASSWORD_OLD_TOOLTIP; public static String RESID_CHANGE_PASSWORD_CONFIRM_LABEL; public static String RESID_CHANGE_PASSWORD_CONFIRM_TOOLTIP; diff --git a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemResources.properties b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemResources.properties index bf8e676eca8..a95e21e33f4 100644 --- a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemResources.properties +++ b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/SystemResources.properties @@ -673,6 +673,8 @@ RESID_PASSWORD_SAVE_TOOLTIP = Save the password for later use when connecting to RESID_CHANGE_PASSWORD_TITLE=Change password RESID_CHANGE_PASSWORD_NEW_LABEL=New password: RESID_CHANGE_PASSWORD_NEW_TOOLTIP=Enter your new password +RESID_CHANGE_PASSWORD_OLD_LABEL=Old password: +RESID_CHANGE_PASSWORD_OLD_TOOLTIP=Enter your old password RESID_CHANGE_PASSWORD_CONFIRM_LABEL=Re-enter to confirm: RESID_CHANGE_PASSWORD_CONFIRM_TOOLTIP=Enter your new password again to confirm it