Skip to content

Commit

Permalink
Adjust wording, add tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Nov 4, 2021
1 parent 9684c1a commit c7a118a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ui/qgsrelationeditorconfigwidgetbase.ui
Expand Up @@ -17,7 +17,10 @@
<item>
<widget class="QCheckBox" name="mShowFirstFeature">
<property name="text">
<string>Automatically show first child feature</string>
<string>Automatically select first child feature and show attribute form</string>
</property>
<property name="toolTip">
<string>Unchecking this can lead to faster loading time of attribute forms and avoid unnecessary queries.</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit c7a118a

Please sign in to comment.