Draft: update GUI text in Draft_SelectPlane

After #27979, the Draft_SelectPlane code also accepts 1 or 2 vertices. This PR updates the task panel text accordingly.
This commit is contained in:
Roy-043
2026-03-10 10:33:23 +01:00
committed by Max Wilfinger
parent d214306d1b
commit 90c83636cb
@@ -17,7 +17,7 @@
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Choose an option below. Or define a working plane by selecting 3 vertices, 1 or more shapes, or a working plane proxy, and then confirm with a click in the 3D view.</string>
<string>Choose an option below. Or define a working plane by selecting 1 to 3 vertices, 1 or more shapes, or a working plane proxy, and then confirm with a click in the 3D view.</string>
</property>
<property name="wordWrap">
<bool>true</bool>