385 changes: 200 additions & 185 deletions i18n/qgis_de.ts

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/ui/qgspgnewconnectionbase.ui
Original file line number Diff line number Diff line change
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 layers registry (geometry_columns, geography_columns, topology.layer)</string>
<string>Restrict the displayed tables to those that are in the layer registries.</string>
</property>
<property name="whatsThis">
<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>
<string>Restricts the displayed tables to those that are found in the layer registries (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 layers registry</string>
<string>Only look in the layer registries</string>
</property>
</widget>
</item>
Expand Down