fix typo in polygon task dialog

This commit is contained in:
Max Wilfinger
2024-02-19 20:14:46 +01:00
committed by Chris Hennes
parent 22cad60585
commit a11085e97f

View File

@@ -14,7 +14,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Create array</string>
<string>Create regular polygon</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
@@ -22,7 +22,7 @@
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Number of Sides:</string>
<string>Number of sides:</string>
</property>
</widget>
</item>