Skip to content
Snippets Groups Projects
Commit 839e00ce authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Change lable for Failed Login Attempts "Clear List" to "Remove All"

parent d91c24a7
No related branches found
No related tags found
No related merge requests found
......@@ -83,20 +83,22 @@ object LoginAttemptsForm: TLoginAttemptsForm
end
object ResolveHostnameMenuItem: TMenuItem
Caption = 'Lookup Hostname'
ShortCut = 76
OnClick = ResolveHostnameMenuItemClick
end
object FilterIpMenuItem: TMenuItem
Caption = 'Filter IP Address'
ShortCut = 70
OnClick = FilterIpMenuItemClick
end
object ClearListMenuItem: TMenuItem
Caption = 'Clear List'
OnClick = ClearListMenuItemClick
end
object Remove1: TMenuItem
Caption = 'Remove'
ShortCut = 46
OnClick = Remove1Click
end
object ClearListMenuItem: TMenuItem
Caption = 'Remove All'
OnClick = ClearListMenuItemClick
end
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment