Skip to content

Commit

Permalink
Rephrase the error message for sketch in workplane creation.
Browse files Browse the repository at this point in the history
The old message was confusing because it seemingly talked about
a point that was orthogonal to coordinate axes.
  • Loading branch information
whitequark committed Nov 17, 2016
1 parent 3c45158 commit e681ba3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/group.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,9 @@ void Group::MenuGroup(Command id) {
} else {
Error("Bad selection for new sketch in workplane. This "
"group can be created with:\n\n"
" * a point (orthogonal to coordinate axes, "
"through the point)\n"
" * a point and two line segments (parallel to the "
"lines, through the point)\n"
" * a point (through the point, orthogonal to coordinate axes)\n"
" * a point and two line segments (through the point, "
"parallel to the lines)\n"
" * a workplane (copy of the workplane)\n");
return;
}
Expand Down

0 comments on commit e681ba3

Please sign in to comment.