Skip to content

Commit

Permalink
fix broken XML syntax in .ui files
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Dec 5, 2019
1 parent e7ee5fe commit f533e3b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 4 additions & 2 deletions src/Gui/DlgSettingsDocument.ui
Expand Up @@ -390,7 +390,7 @@ automatically run a file recovery when it is started.</string>
<item row="6" column="0">
<widget class="Gui::PrefCheckBox" name="prefAddLogo">
<property name="toolTip">
<string>The FreeCAD logo will be added to the thumbnail</string>
<string>The program logo will be added to the thumbnail</string>
</property>
<property name="text">
<string>Add the program logo to the generated thumbnail</string>
Expand Down Expand Up @@ -438,7 +438,9 @@ automatically run a file recovery when it is started.</string>
the referenced objects and their dependencies will be loaded when a linked
document is auto opened together with the main document.
A partially loaded document cannot be edited. Double click the document
icon in the tree view to reload it in full.</property>
icon in the tree view to reload it in full.
</string>
</property>
<property name="text">
<string>Disable partial loading of external linked objects</string>
</property>
Expand Down
5 changes: 3 additions & 2 deletions src/Mod/Start/Gui/DlgStartPreferences.ui
Expand Up @@ -572,10 +572,11 @@
</property>
<layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="1">
<widget class="QComboBox" name="AutoloadModuleCombo"/>
<widget class="QComboBox" name="AutoloadModuleCombo">
<property name="toolTip">
<string>Choose which workbench to switch to after FreeCAD launches</string>
<string>Choose which workbench to switch to after the program launches</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="Gui::PrefCheckBox" name="checkBox_2">
Expand Down

0 comments on commit f533e3b

Please sign in to comment.