Skip to content

Commit

Permalink
postgis string fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 9, 2012
1 parent 19a6bab commit 9c9e863
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions i18n/qgis_de.ts
Expand Up @@ -4163,7 +4163,7 @@ GEOS-Verarbeitungsfehler: Eine oder mehrere Objekte haben ungültige Geometrie.<
</message>
<message>
<location filename="../src/ui/qgisapp.ui" line="1129"/>
<source>Add PostGIS Layer...</source>
<source>Add PostGIS layers...</source>
<translation>PostGIS-Layer hinzufügen...</translation>
</message>
<message>
Expand Down Expand Up @@ -13637,8 +13637,8 @@ Fehler: %5</translation>
<name>QgsDbSourceSelectBase</name>
<message>
<location filename="../src/ui/qgsdbsourceselectbase.ui" line="14"/>
<source>Add PostGIS Table(s)</source>
<translation>PostGIS-Tabelle(n) hinzufügen</translation>
<source>Add PostGIS layers</source>
<translation>PostGIS-Layer hinzufügen</translation>
</message>
<message>
<location filename="../src/ui/qgsdbsourceselectbase.ui" line="31"/>
Expand Down
2 changes: 1 addition & 1 deletion src/ui/qgisapp.ui
Expand Up @@ -1126,7 +1126,7 @@
<normaloff>:/images/themes/default/mActionAddLayer.png</normaloff>:/images/themes/default/mActionAddLayer.png</iconset>
</property>
<property name="text">
<string>Add PostGIS Layer...</string>
<string>Add PostGIS layers...</string>
</property>
<property name="shortcut">
<string>Ctrl+Shift+D</string>
Expand Down
2 changes: 1 addition & 1 deletion src/ui/qgsdbsourceselectbase.ui
Expand Up @@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Add PostGIS Table(s)</string>
<string>Add PostGIS layers</string>
</property>
<property name="windowIcon">
<iconset>
Expand Down

0 comments on commit 9c9e863

Please sign in to comment.