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

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