1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-25 08:59:01 +00:00

Update translatable strings: use named placeholders

This commit is contained in:
dmiller
2025-05-20 15:25:12 +00:00
parent 3591d0d970
commit f84f4b9879
11 changed files with 143 additions and 136 deletions

View File

@@ -195,7 +195,7 @@ class Profile(UmitConfigParser, object):
self.read(user_profile)
except ConfigParser_Error as e:
# No scan profiles found is not a reason to crash.
self.add_profile(_("Profiles not found"),
self.add_profile(_("No profiles found"),
command="nmap",
description=_("The {} file is missing or corrupted"
).format(user_profile))