PartDesign: Update UI strings for consistency and correct for new fuctions and typos

Closes: #22128
This commit is contained in:
Max Wilfinger
2025-06-22 15:09:10 +02:00
committed by Kacper Donat
parent b267203e67
commit bee89d0447
87 changed files with 436 additions and 437 deletions

View File

@@ -17,8 +17,7 @@
<item>
<widget class="QToolButton" name="buttonRefSel">
<property name="toolTip">
<string>Click button to enter selection mode,
click again to end selection</string>
<string>Toggles between selection and preview mode</string>
</property>
<property name="text">
<string>Select</string>
@@ -44,7 +43,7 @@ click again to end selection</string>
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Radius:</string>
<string>Radius</string>
</property>
</widget>
</item>
@@ -60,7 +59,7 @@ click again to end selection</string>
<item>
<widget class="QCheckBox" name="checkBoxUseAllEdges">
<property name="text">
<string>Use All Edges</string>
<string>Use all edges</string>
</property>
</widget>
</item>