summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-05-20 15:30:57 +0100
committerAndrew Dolgov <[email protected]>2006-05-20 15:30:57 +0100
commit881033015adbb313e5a1a63521d2f8a0d1d580b1 (patch)
tree94945f37b1611f83bb5515dee46eb6fa0dc95b29 /prefs.js
parent3c5783b72688b36d076063b53d23c3bcdbaf6f1a (diff)
fix no old password prompt
Diffstat (limited to 'prefs.js')
-rw-r--r--prefs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/prefs.js b/prefs.js
index 00ba1a62b..921eb0c44 100644
--- a/prefs.js
+++ b/prefs.js
@@ -1319,7 +1319,7 @@ function browserToggleExpand(id) {
function validateNewPassword(form) {
if (form.OLD_PASSWORD.value == "") {
- alert("Current password cannot be blank");
+ alert("Old password cannot be blank");
return false;
}
if (form.NEW_PASSWORD.value == "") {