mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 13:11:28 +00:00
Update translatable strings: use named placeholders
This commit is contained in:
@@ -397,7 +397,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