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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user