Draft: Fix some prefs GUI texts (related to Title Case) (#23573)
* Draft: Fix some prefs GUI texts (related to Title Case) * Draft: Fix some prefs GUI texts (related to Title Case) * Draft: Fix some prefs GUI texts (related to Title Case)
This commit is contained in:
@@ -152,10 +152,10 @@ Objects can then automatically be added to groups as well.</string>
|
||||
<item row="0" column="0" colspan="3">
|
||||
<widget class="Gui::PrefCheckBox" name="checkBox_ToolMessages">
|
||||
<property name="toolTip">
|
||||
<string>If checked, instructions are displayed in the Report view when using Draft commands</string>
|
||||
<string>If checked, instructions are displayed in the Report View when using Draft commands</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Show prompts in the Report view</string>
|
||||
<string>Show prompts in the Report View</string>
|
||||
</property>
|
||||
<property name="prefEntry" stdset="0">
|
||||
<cstring>ToolMessages</cstring>
|
||||
|
||||
@@ -784,10 +784,10 @@
|
||||
<item row="0" column="0">
|
||||
<widget class="Gui::PrefCheckBox" name="checkBox_SnapBarShowOnlyDuringCommands">
|
||||
<property name="toolTip">
|
||||
<string>If checked, the Draft snap toolbar will only be visible during commands</string>
|
||||
<string>If checked, the Draft Snap toolbar will only be visible during commands</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Only show the Draft snap toolbar during commands</string>
|
||||
<string>Only show the Draft Snap toolbar during commands</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>false</bool>
|
||||
@@ -803,10 +803,10 @@
|
||||
<item row="1" column="0">
|
||||
<widget class="Gui::PrefCheckBox" name="checkBox_DisplayStatusbarSnapWidget">
|
||||
<property name="toolTip">
|
||||
<string>If checked, the Snap widget is displayed in the Draft status bar</string>
|
||||
<string>If checked, the Draft Snap Widget is displayed in the Draft Status Bar</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Show the Snap widget in the Draft Workbench</string>
|
||||
<string>Show the Draft Snap Widget in the Draft Workbench</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
@@ -822,10 +822,10 @@
|
||||
<item row="2" column="0">
|
||||
<widget class="Gui::PrefCheckBox" name="checkBox_DisplayStatusbarScaleWidget">
|
||||
<property name="toolTip">
|
||||
<string>If checked, the annotation scale widget is displayed in the Draft status bar</string>
|
||||
<string>If checked, the Draft Scale Widget is displayed in the Draft Status Bar</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Show the Annotation Scale Widget in the Draft Workbench</string>
|
||||
<string>Show the Draft Scale Widget in the Draft Workbench</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>The default annotation scale multiplier. This is the inverse of the scale set
|
||||
in the Annotation scale widget. If the scale is 1:100 the multiplier is 100.</string>
|
||||
in the Draft Scale Widget. If the scale is 1:100 the multiplier is 100.</string>
|
||||
</property>
|
||||
<property name="minimum">
|
||||
<number>0</number>
|
||||
|
||||
Reference in New Issue
Block a user