Rephrase the error message for sketch in workplane creation.

The old message was confusing because it seemingly talked about
a point that was orthogonal to coordinate axes.
This commit is contained in:
whitequark 2016-11-17 10:07:33 +00:00
parent 3c451586d7
commit e681ba3218

View File

@ -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;
}