Skip to content

Commit 1c671d3

Browse files
author
timlinux
committed
Minor re-wording for ease of reading
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15288 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 842d19d commit 1c671d3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/ui/qgsdbsourceselectbase.ui

+1-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<item>
8080
<widget class="QCheckBox" name="cbxAllowGeometrylessTables">
8181
<property name="text">
82-
<string>Allow geometryless tables</string>
82+
<string>Also list tables with no geometry</string>
8383
</property>
8484
</widget>
8585
</item>
@@ -184,7 +184,6 @@
184184
<tabstop>btnEdit</tabstop>
185185
<tabstop>btnDelete</tabstop>
186186
<tabstop>mTablesTreeView</tabstop>
187-
<tabstop>btnBuildQuery</tabstop>
188187
<tabstop>mSearchGroupBox</tabstop>
189188
<tabstop>mSearchTableEdit</tabstop>
190189
<tabstop>mSearchColumnComboBox</tabstop>

src/ui/qgspgnewconnectionbase.ui

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<x>0</x>
88
<y>0</y>
99
<width>352</width>
10-
<height>428</height>
10+
<height>500</height>
1111
</rect>
1212
</property>
1313
<property name="sizePolicy">
@@ -268,7 +268,7 @@
268268
<item row="4" column="0">
269269
<widget class="QCheckBox" name="cb_allowGeometrylessTables">
270270
<property name="text">
271-
<string>Allow geometryless tables</string>
271+
<string>Also list tables with no geometry</string>
272272
</property>
273273
<property name="checked">
274274
<bool>false</bool>

0 commit comments

Comments
 (0)