Capitalize beginning of tooltips + Typos
Capitalized all remaining uncapitalized tooltips. + Fixed typo in instantiate() function. Shouldn't have any repercussions on the code, AFAICT. + other typos
This commit is contained in:
@@ -444,7 +444,7 @@
|
||||
<item>
|
||||
<widget class="Gui::PrefSpinBox" name="spinBox">
|
||||
<property name="toolTip">
|
||||
<string>the number of horizontal or vertical lines of the grid</string>
|
||||
<string>The number of horizontal or vertical lines of the grid</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
<item>
|
||||
<widget class="Gui::PrefColorButton" name="gui::prefcolorbutton">
|
||||
<property name="toolTip">
|
||||
<string>the default color for new objects</string>
|
||||
<string>The default color for new objects</string>
|
||||
</property>
|
||||
<property name="color">
|
||||
<color>
|
||||
@@ -95,7 +95,7 @@
|
||||
<item>
|
||||
<widget class="Gui::PrefSpinBox" name="gui::prefspinbox">
|
||||
<property name="toolTip">
|
||||
<string>the default linewidth for new objects</string>
|
||||
<string>The default linewidth for new objects</string>
|
||||
</property>
|
||||
<property name="value">
|
||||
<number>2</number>
|
||||
@@ -168,7 +168,7 @@
|
||||
<item>
|
||||
<widget class="Gui::PrefColorButton" name="gui::prefcolorbutton_2">
|
||||
<property name="toolTip">
|
||||
<string>the default color for snap symbols</string>
|
||||
<string>The default color for snap symbols</string>
|
||||
</property>
|
||||
<property name="color">
|
||||
<color>
|
||||
@@ -192,7 +192,7 @@
|
||||
<item>
|
||||
<widget class="Gui::PrefCheckBox" name="gui::prefcheckbox">
|
||||
<property name="toolTip">
|
||||
<string>check this if you want to use the color/linewidth from the toolbar as default</string>
|
||||
<string>Check this if you want to use the color/linewidth from the toolbar as default</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Save current color and linewidth across sessions</string>
|
||||
@@ -212,7 +212,7 @@
|
||||
<item>
|
||||
<widget class="Gui::PrefCheckBox" name="gui::prefcheckbox_11">
|
||||
<property name="toolTip">
|
||||
<string>if checked, a widget indicating the current working plane orientation appears during drawing operations</string>
|
||||
<string>If checked, a widget indicating the current working plane orientation appears during drawing operations</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Show Working Plane tracker</string>
|
||||
@@ -387,7 +387,7 @@
|
||||
<item>
|
||||
<widget class="Gui::PrefLineEdit" name="lineEdit">
|
||||
<property name="toolTip">
|
||||
<string>A SVG linestyle definition</string>
|
||||
<string>An SVG linestyle definition</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>0.09,0.05</string>
|
||||
@@ -430,7 +430,7 @@
|
||||
<item>
|
||||
<widget class="Gui::PrefLineEdit" name="lineEdit_2">
|
||||
<property name="toolTip">
|
||||
<string>A SVG linestyle definition</string>
|
||||
<string>An SVG linestyle definition</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>0.09,0.05,0.02,0.05</string>
|
||||
@@ -473,7 +473,7 @@
|
||||
<item>
|
||||
<widget class="Gui::PrefLineEdit" name="lineEdit_3">
|
||||
<property name="toolTip">
|
||||
<string>A SVG linestyle definition</string>
|
||||
<string>An SVG linestyle definition</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>0.02,0.02</string>
|
||||
|
||||
@@ -112,7 +112,7 @@
|
||||
<item>
|
||||
<widget class="Gui::PrefCheckBox" name="gui::prefcheckbox_2">
|
||||
<property name="toolTip">
|
||||
<string>if this is unchecked, texts/mtexts won't be imported</string>
|
||||
<string>If this is unchecked, texts/mtexts won't be imported</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>texts and dimensions</string>
|
||||
@@ -141,7 +141,7 @@
|
||||
<item>
|
||||
<widget class="Gui::PrefCheckBox" name="gui::prefcheckbox_3">
|
||||
<property name="toolTip">
|
||||
<string>if this is checked, paper space objects will be imported too</string>
|
||||
<string>If this is checked, paper space objects will be imported too</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>layouts</string>
|
||||
@@ -330,7 +330,7 @@ Ex: for files in millimeters: 1, in centimeters: 10, in meters: 1000, in inches:
|
||||
<item>
|
||||
<widget class="Gui::PrefCheckBox" name="gui::prefcheckbox_5">
|
||||
<property name="toolTip">
|
||||
<string>if this is checked, objects from the same layers will be joined into Draft Blocks, turning the display faster, but making them less easily editable</string>
|
||||
<string>If this is checked, objects from the same layers will be joined into Draft Blocks, turning the display faster, but making them less easily editable</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Group layers into blocks</string>
|
||||
|
||||
Reference in New Issue
Block a user