fixed AccessDenied message

This commit is contained in:
lars 2006-11-09 11:59:53 +00:00
parent 7e500b232d
commit 776e3252a5

View file

@ -11,7 +11,6 @@ Title {
Text { Text {
AccessDenied = Sorry - you are not allowed to do this!
EnterCurrentPassword = Enter the password EnterCurrentPassword = Enter the password
EnterNewPassword = Enter new password EnterNewPassword = Enter new password
EnterSamePassword = Repeat new password EnterSamePassword = Repeat new password
@ -29,6 +28,11 @@ Button {
WarningMessage { WarningMessage {
AccessDenied {
Title = Invalid access credentials
Text = Sorry - you are not allowed to do this!
}
EmptyPassword { EmptyPassword {
Title = Missing password Title = Missing password
Text = You have to enter a password! Text = You have to enter a password!