Skip to content

Commit 2716f3d

Browse files
author
jef
committed
apply #1423
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10997 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 8aabd50 commit 2716f3d

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

src/ui/qgsrasterlayerpropertiesbase.ui

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1472,8 +1472,14 @@
14721472
</property>
14731473
<item row="0" column="1" >
14741474
<widget class="QPushButton" name="pbnChangeSpatialRefSys" >
1475+
<property name="toolTip">
1476+
<string>Specify the coordinate reference system of the layer's geometry.</string>
1477+
</property>
1478+
<property name="whatsThis">
1479+
<string>Specify the coordinate reference system of the layer's geometry.</string>
1480+
</property>
14751481
<property name="text" >
1476-
<string>Change ...</string>
1482+
<string>Specify...</string>
14771483
</property>
14781484
</widget>
14791485
</item>

src/ui/qgsvectorlayerpropertiesbase.ui

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,14 @@
165165
</item>
166166
<item row="3" column="2" >
167167
<widget class="QPushButton" name="pbnChangeSpatialRefSys" >
168+
<property name="toolTip">
169+
<string>Specify the coordinate reference system of the layer's geometry.</string>
170+
</property>
171+
<property name="whatsThis">
172+
<string>Specify the coordinate reference system of the layer's geometry.</string>
173+
</property>
168174
<property name="text" >
169-
<string>Change CRS</string>
175+
<string>Specify CRS</string>
170176
</property>
171177
</widget>
172178
</item>

0 commit comments

Comments
 (0)