TechDraw: Update UI strings for consistency

Closes: #22143
This commit is contained in:
Ryan Kembrey
2025-06-23 18:43:09 +10:00
committed by Kacper Donat
parent be0c0e7a74
commit bbfbb6e059
93 changed files with 1112 additions and 1294 deletions

View File

@@ -23,7 +23,7 @@
</size>
</property>
<property name="windowTitle">
<string>ActiveView to TD View</string>
<string>Active View</string>
</property>
<property name="windowIcon">
<iconset resource="Resources/TechDraw.qrc">
@@ -41,7 +41,8 @@
</sizepolicy>
</property>
<property name="toolTip">
<string>If Crop Image is checked, crop captured image to this width.</string>
<string>Crops captured image to this width</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
@@ -89,14 +90,14 @@
<item row="2" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Crop To Height</string>
<string>Crop to height</string>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QCheckBox" name="cbUse3d">
<property name="text">
<string>Use 3D Background</string>
<string>Use 3D background</string>
</property>
<property name="autoExclusive">
<bool>true</bool>
@@ -112,7 +113,8 @@
</sizepolicy>
</property>
<property name="toolTip">
<string>If Crop Image is checked, crop captured image to this height.</string>
<string>Crops captured image to this height</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
@@ -134,7 +136,7 @@
<string>Paint background yes/no</string>
</property>
<property name="text">
<string>Solid Background</string>
<string>Solid background</string>
</property>
<property name="autoExclusive">
<bool>true</bool>
@@ -144,7 +146,7 @@
<item row="3" column="0">
<widget class="QCheckBox" name="cbNoBG">
<property name="text">
<string>No Background</string>
<string>No background</string>
</property>
<property name="checked">
<bool>true</bool>
@@ -157,14 +159,14 @@
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Crop To Width</string>
<string>Crop to width</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QCheckBox" name="cbCrop">
<property name="text">
<string>Crop Image</string>
<string>Crop image</string>
</property>
</widget>
</item>