fixed AccessDenied message

This commit is contained in:
lars 2006-11-09 11:59:53 +00:00
parent 7e500b232d
commit 776e3252a5
1 changed files with 5 additions and 1 deletions

View File

@ -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!