Skip to content

Commit 0a32a04

Browse files
author
jef
committedFeb 18, 2011
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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎i18n/qgis_de.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24214,8 +24214,8 @@ Soll versucht werden die fehlenden Layer zu finden?</translation>
2421424214
</message>
2421524215
<message>
2421624216
<location filename="../src/app/qgsprojectproperties.cpp" line="149"/>
24217-
<source>WMS</source>
24218-
<translation>WMS</translation>
24217+
<source>WMS Server</source>
24218+
<translation>WMS-Server</translation>
2421924219
</message>
2422024220
<message>
2422124221
<location filename="../src/app/qgsprojectproperties.cpp" line="153"/>

‎src/ui/qgsprojectpropertiesbase.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@
365365
</widget>
366366
<widget class="QWidget" name="tab">
367367
<attribute name="title">
368-
<string>WMS</string>
368+
<string>WMS Server</string>
369369
</attribute>
370370
<layout class="QGridLayout" name="gridLayout_3">
371371
<item row="0" column="0" colspan="2">
@@ -379,7 +379,7 @@
379379
<property name="checked">
380380
<bool>false</bool>
381381
</property>
382-
<layout class="QGridLayout" name="gridLayout">
382+
<layout class="QGridLayout" name="gridLayout_6">
383383
<item row="0" column="0">
384384
<widget class="QLabel" name="label_6">
385385
<property name="text">

0 commit comments

Comments
 (0)
Please sign in to comment.