Skip to content

Commit 7fb5035

Browse files
committed
[__main__] edit missing axis editor error message
Updates message to indicate that either an axis location OR restricted axis range should be defined to process file
1 parent de8a585 commit 7fb5035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/slice/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ def btn_clicked_slice(self):
581581
SliceErrorDialog(
582582
"You requested the same design space that is supported in the "
583583
"font path that you are processing. Please define at least one "
584-
"axis value."
584+
"axis location or restricted axis range."
585585
)
586586
else:
587587
# validation: confirm that the user did not edit the

0 commit comments

Comments
 (0)