mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 00:25:56 +08:00
Changed message
CURA-11153
This commit is contained in:
parent
196a4cf0c0
commit
56aad519ae
@ -29,7 +29,7 @@ class Profile(Linter):
|
||||
yield Diagnostic(
|
||||
file=self._file,
|
||||
diagnostic_name="diagnostic-long-profile-names",
|
||||
message=f"Profile name contained is too long, please make it a bit smaller",
|
||||
message = f"The profile name exceeds the maximum length limit. For optimal results, please limit it to 20 characters or fewer.",
|
||||
level="Warning",
|
||||
offset = found.span(0)[0]
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user