From 776e3252a590b5fa8257619974e86f807da8f6f7 Mon Sep 17 00:00:00 2001 From: lars Date: Thu, 9 Nov 2006 11:59:53 +0000 Subject: [PATCH] fixed AccessDenied message --- lang/en.hdf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lang/en.hdf b/lang/en.hdf index 1fc4d8c..b0bc28a 100644 --- a/lang/en.hdf +++ b/lang/en.hdf @@ -11,7 +11,6 @@ Title { Text { - AccessDenied = Sorry - you are not allowed to do this! EnterCurrentPassword = Enter the password EnterNewPassword = Enter new password EnterSamePassword = Repeat new password @@ -29,6 +28,11 @@ Button { WarningMessage { + AccessDenied { + Title = Invalid access credentials + Text = Sorry - you are not allowed to do this! + } + EmptyPassword { Title = Missing password Text = You have to enter a password!