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:
@@ -398,7 +398,7 @@ class HostOpenPorts(HIGVBox):
|
||||
p["host"].get_hostname(),
|
||||
int(p.get('portid', "0")),
|
||||
p.get('protocol', ""),
|
||||
p.get('port_state', _("Unknown")),
|
||||
p.get('port_state', _("unknown")),
|
||||
get_version_string(p)
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user