1
0
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:
dmiller
2023-01-31 23:06:30 +00:00
parent 99b121d0a2
commit 7162b00788
7 changed files with 15 additions and 15 deletions

View File

@@ -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)
]
)