mirror of
https://github.com/nmap/nmap.git
synced 2025-12-08 05:31:31 +00:00
Un-localize things like 'IPv4', 'PDF', etc.
This commit is contained in:
@@ -113,7 +113,7 @@ class NmapOutputProperties(HIGDialog):
|
||||
"80/tcp filtered http"],
|
||||
"date": [_("date"), "2006-05-26 11:14 BRT"],
|
||||
"hostname": [_("hostname"), "scanme.nmap.org"],
|
||||
"ip": [_("ip"), "127.0.0.1"]}
|
||||
"ip": ["ip", "127.0.0.1"]}
|
||||
|
||||
for p in self.property_names:
|
||||
settings = self.nmap_highlight.__getattribute__(p)
|
||||
|
||||
Reference in New Issue
Block a user