mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-03-14 15:26:02 -06:00
message has profile name in bold
CURA-11153
This commit is contained in:
parent
56aad519ae
commit
0ce09d917c
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ class Profile(Linter):
|
|||
yield Diagnostic(
|
||||
file=self._file,
|
||||
diagnostic_name="diagnostic-long-profile-names",
|
||||
message = f"The profile name exceeds the maximum length limit. For optimal results, please limit it to 20 characters or fewer.",
|
||||
message = f"The profile name **{name_of_profile}** exceeds the maximum length limit. For optimal results, please limit it to 20 characters or fewer.",
|
||||
level="Warning",
|
||||
offset = found.span(0)[0]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue