Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix wms server settings tab title in project properties
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15196 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Feb 18, 2011
1 parent 21ac796 commit 0a32a04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions i18n/qgis_de.ts
Expand Up @@ -24214,8 +24214,8 @@ Soll versucht werden die fehlenden Layer zu finden?</translation>
</message>
<message>
<location filename="../src/app/qgsprojectproperties.cpp" line="149"/>
<source>WMS</source>
<translation>WMS</translation>
<source>WMS Server</source>
<translation>WMS-Server</translation>
</message>
<message>
<location filename="../src/app/qgsprojectproperties.cpp" line="153"/>
Expand Down
4 changes: 2 additions & 2 deletions src/ui/qgsprojectpropertiesbase.ui
Expand Up @@ -365,7 +365,7 @@
</widget>
<widget class="QWidget" name="tab">
<attribute name="title">
<string>WMS</string>
<string>WMS Server</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="0" colspan="2">
Expand All @@ -379,7 +379,7 @@
<property name="checked">
<bool>false</bool>
</property>
<layout class="QGridLayout" name="gridLayout">
<layout class="QGridLayout" name="gridLayout_6">
<item row="0" column="0">
<widget class="QLabel" name="label_6">
<property name="text">
Expand Down

0 comments on commit 0a32a04

Please sign in to comment.