From 7fff2869eddef6db3ba9fa07c8d8d4490e923bbb Mon Sep 17 00:00:00 2001 From: "morse%netscape.com" Date: Fri, 11 Feb 2000 22:28:54 +0000 Subject: [PATCH] changed master password to database key per product marketings request. --- extensions/wallet/src/wallet.properties | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/extensions/wallet/src/wallet.properties b/extensions/wallet/src/wallet.properties index 41f0a602759..7e715f6235c 100644 --- a/extensions/wallet/src/wallet.properties +++ b/extensions/wallet/src/wallet.properties @@ -17,15 +17,15 @@ # # Contributor(s): # -IncorrectKey_TryAgain? = Password incorrect. Do you want to try again? +IncorrectKey_TryAgain? = Database key incorrect. Do you want to try again? WantToCaptureForm? = Do you want to put the values on this form into your wallet? WantToSavePassword? = Do you want to save the user name and password for this form? -firstPassword = Select a master password. (Leave password fields blank if you don't want to use a password). -password = Enter your master password. -newPassword = Select a new master password. (Leave password fields blank if you don't want to use a password). -enterPassword = Enter a password -confirmPassword = Retype the password -confirmFailed_TryAgain? = The passwords were not identical. Please enter the same password in both fields. +firstPassword = Select a database key. (Leave fields blank if you don't want to use a database key). +password = Enter your database key. +newPassword = Select a new database key. (Leave fields blank if you don't want to use a database key). +enterPassword = Enter a database key +confirmPassword = Retype the database key +confirmFailed_TryAgain? = The database keys were not identical. Please enter the same database keys in both fields. SelectUser = Select a username to be entered on this form. SelectUserWhosePasswordIsBeingChanged = Select the user whose password is being changed. PasswordNotification = For your convenience, the browser can remember your user names and passwords so you won't have to re-type them in the future. Your passwords will be obscured before being saved on your hard drive. Do you want this feature enabled?