mirror of
https://github.com/nmap/nmap.git
synced 2026-08-31 23:40:57 +00:00
Un-localize things like 'IPv4', 'PDF', etc.
This commit is contained in:
parent
99b121d0a2
commit
7162b00788
7 changed files with 15 additions and 15 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue