Skip to content

Commit

Permalink
Reword "only look in geometry_columns" to "only look in layers registry"
Browse files Browse the repository at this point in the history
Fixes #4533
  • Loading branch information
Sandro Santilli authored and jef-n committed Oct 18, 2012
1 parent 017fa24 commit 982d4e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ui/qgspgnewconnectionbase.ui
Expand Up @@ -193,13 +193,13 @@
<item row="2" column="0">
<widget class="QCheckBox" name="cb_geometryColumnsOnly">
<property name="toolTip">
<string>Restrict the displayed tables to those that are in the geometry_columns table</string>
<string>Restrict the displayed tables to those that are in the layers registry (geometry_columns, geography_columns, topology.layer)</string>
</property>
<property name="whatsThis">
<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>
<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>
</property>
<property name="text">
<string>Only look in the geometry_columns table</string>
<string>Only look in the layers registry</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 982d4e4

Please sign in to comment.