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 ...@@ -83,20 +83,22 @@ object LoginAttemptsForm: TLoginAttemptsForm
end end
object ResolveHostnameMenuItem: TMenuItem object ResolveHostnameMenuItem: TMenuItem
Caption = 'Lookup Hostname' Caption = 'Lookup Hostname'
ShortCut = 76
OnClick = ResolveHostnameMenuItemClick OnClick = ResolveHostnameMenuItemClick
end end
object FilterIpMenuItem: TMenuItem object FilterIpMenuItem: TMenuItem
Caption = 'Filter IP Address' Caption = 'Filter IP Address'
ShortCut = 70
OnClick = FilterIpMenuItemClick OnClick = FilterIpMenuItemClick
end end
object ClearListMenuItem: TMenuItem
Caption = 'Clear List'
OnClick = ClearListMenuItemClick
end
object Remove1: TMenuItem object Remove1: TMenuItem
Caption = 'Remove' Caption = 'Remove'
ShortCut = 46 ShortCut = 46
OnClick = Remove1Click OnClick = Remove1Click
end end
object ClearListMenuItem: TMenuItem
Caption = 'Remove All'
OnClick = ClearListMenuItemClick
end
end end
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment