Skip to content

Commit

Permalink
Fix a tooltip (backport from 3.0). Fixes #17578
Browse files Browse the repository at this point in the history
  • Loading branch information
borysiasty committed Dec 5, 2017
1 parent 85169ac commit 79e2789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/qgsnewgeopackagelayerdialogbase.ui
Expand Up @@ -69,7 +69,7 @@
<item row="4" column="0">
<widget class="QCheckBox" name="mCheckBoxCreateSpatialIndex">
<property name="toolTip">
<string>Add an integer id field as the primary key for the new layer</string>
<string>Create a spatial index for this layer</string>
</property>
<property name="text">
<string>Create a spatial index</string>
Expand Down

0 comments on commit 79e2789

Please sign in to comment.