Skip to content

Commit

Permalink
Minor re-wording for ease of reading
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15288 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Feb 28, 2011
1 parent 842d19d commit 1c671d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/ui/qgsdbsourceselectbase.ui
Expand Up @@ -79,7 +79,7 @@
<item>
<widget class="QCheckBox" name="cbxAllowGeometrylessTables">
<property name="text">
<string>Allow geometryless tables</string>
<string>Also list tables with no geometry</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -184,7 +184,6 @@
<tabstop>btnEdit</tabstop>
<tabstop>btnDelete</tabstop>
<tabstop>mTablesTreeView</tabstop>
<tabstop>btnBuildQuery</tabstop>
<tabstop>mSearchGroupBox</tabstop>
<tabstop>mSearchTableEdit</tabstop>
<tabstop>mSearchColumnComboBox</tabstop>
Expand Down
4 changes: 2 additions & 2 deletions src/ui/qgspgnewconnectionbase.ui
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>352</width>
<height>428</height>
<height>500</height>
</rect>
</property>
<property name="sizePolicy">
Expand Down Expand Up @@ -268,7 +268,7 @@
<item row="4" column="0">
<widget class="QCheckBox" name="cb_allowGeometrylessTables">
<property name="text">
<string>Allow geometryless tables</string>
<string>Also list tables with no geometry</string>
</property>
<property name="checked">
<bool>false</bool>
Expand Down

0 comments on commit 1c671d3

Please sign in to comment.