Skip to content

Commit 982d4e4

Browse files
Sandro Santillijef-n
Sandro Santilli
authored andcommitted
Reword "only look in geometry_columns" to "only look in layers registry"
Fixes #4533
1 parent 017fa24 commit 982d4e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ui/qgspgnewconnectionbase.ui

+3-3
Original file line numberDiff line numberDiff line change
@@ -193,13 +193,13 @@
193193
<item row="2" column="0">
194194
<widget class="QCheckBox" name="cb_geometryColumnsOnly">
195195
<property name="toolTip">
196-
<string>Restrict the displayed tables to those that are in the geometry_columns table</string>
196+
<string>Restrict the displayed tables to those that are in the layers registry (geometry_columns, geography_columns, topology.layer)</string>
197197
</property>
198198
<property name="whatsThis">
199-
<string>Restricts the displayed tables to those that are in the geometry_columns table. This can speed up the initial display of spatial tables.</string>
199+
<string>Restricts the displayed tables to those that are found in the layers registry (geometry_columns, geography_columns, topology.layer). This can speed up the initial display of spatial tables.</string>
200200
</property>
201201
<property name="text">
202-
<string>Only look in the geometry_columns table</string>
202+
<string>Only look in the layers registry</string>
203203
</property>
204204
</widget>
205205
</item>

0 commit comments

Comments
 (0)