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:
@@ -205,7 +205,7 @@
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>An URL describing this material</string>
|
||||
<string>A URL describing this material</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
@@ -510,7 +510,7 @@
|
||||
<item>
|
||||
<widget class="Gui::PrefCheckBox" name="checkBox_3">
|
||||
<property name="toolTip">
|
||||
<string>if this is checked, the "open BimServer in browser" button will open the Bim Server interface in an external browser instead of the FreeCAD web workbench</string>
|
||||
<string>If this is checked, the "open BimServer in browser" button will open the Bim Server interface in an external browser instead of the FreeCAD web workbench</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Open in external browser</string>
|
||||
|
||||
Reference in New Issue
Block a user