Skip to content

Commit

Permalink
Help: Update prefs ui file
Browse files Browse the repository at this point in the history
Specify `Gui::FileChooser::Directory` mode for `Gui::PrefFileChooser` and update path in tooltips.
  • Loading branch information
Roy-043 authored and yorikvanhavre committed Feb 12, 2024
1 parent 54d2f5a commit 063bec9
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/Mod/Help/dlgPreferencesHelp.ui
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ This is currently not available...</string>
<property name="toolTip">
<string>Set this to a custom URL or the folder where the help files are located.
You can easily download the documentation for offline use by using the Addon
Manager and installing the &quot;offline documentation&quot; addon. If this
Manager and installing the &quot;offline-documentation&quot; addon. If this
field is left blank, FreeCAD will automatically search for the help files at
the default location ($USERAPPDATADIR/Mod/Documentation).</string>
the default location ($USERAPPDATADIR/Mod/offline-documentation).</string>
</property>
<property name="text">
<string>Custom location</string>
Expand Down Expand Up @@ -82,12 +82,15 @@ to get French translation of the documentation.</string>
</item>
<item row="6" column="1">
<widget class="Gui::PrefFileChooser" name="fileChooser">
<property name="mode">
<enum>Gui::FileChooser::Directory</enum>
</property>
<property name="toolTip">
<string>Set this to a custom URL or the folder where the help files are located.
You can easily download the documentation for offline use by using the Addon
Manager and installing the &quot;offline documentation&quot; addon. If this
Manager and installing the &quot;offline-documentation&quot; addon. If this
field is left blank, FreeCAD will automatically search for the help files at
the default location ($USERAPPDATADIR/Mod/Documentation).</string>
the default location ($USERAPPDATADIR/Mod/offline-documentation).</string>
</property>
<property name="fileName">
<string/>
Expand Down

0 comments on commit 063bec9

Please sign in to comment.