[QGIS Commit] r10997 - trunk/qgis/src/ui

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Jul 1 15:28:46 EDT 2009


Author: jef
Date: 2009-07-01 15:28:46 -0400 (Wed, 01 Jul 2009)
New Revision: 10997

Modified:
   trunk/qgis/src/ui/qgsrasterlayerpropertiesbase.ui
   trunk/qgis/src/ui/qgsvectorlayerpropertiesbase.ui
Log:
apply #1423

Modified: trunk/qgis/src/ui/qgsrasterlayerpropertiesbase.ui
===================================================================
--- trunk/qgis/src/ui/qgsrasterlayerpropertiesbase.ui	2009-07-01 19:13:55 UTC (rev 10996)
+++ trunk/qgis/src/ui/qgsrasterlayerpropertiesbase.ui	2009-07-01 19:28:46 UTC (rev 10997)
@@ -1472,8 +1472,14 @@
           </property>
           <item row="0" column="1" >
            <widget class="QPushButton" name="pbnChangeSpatialRefSys" >
+            <property name="toolTip">
+             <string>Specify the coordinate reference system of the layer's geometry.</string>
+            </property>
+            <property name="whatsThis">
+             <string>Specify the coordinate reference system of the layer's geometry.</string>
+            </property>
             <property name="text" >
-             <string>Change ...</string>
+             <string>Specify...</string>
             </property>
            </widget>
           </item>

Modified: trunk/qgis/src/ui/qgsvectorlayerpropertiesbase.ui
===================================================================
--- trunk/qgis/src/ui/qgsvectorlayerpropertiesbase.ui	2009-07-01 19:13:55 UTC (rev 10996)
+++ trunk/qgis/src/ui/qgsvectorlayerpropertiesbase.ui	2009-07-01 19:28:46 UTC (rev 10997)
@@ -165,8 +165,14 @@
           </item>
           <item row="3" column="2" >
            <widget class="QPushButton" name="pbnChangeSpatialRefSys" >
+            <property name="toolTip">
+             <string>Specify the coordinate reference system of the layer's geometry.</string>
+            </property>
+            <property name="whatsThis">
+             <string>Specify the coordinate reference system of the layer's geometry.</string>
+            </property>
             <property name="text" >
-             <string>Change CRS</string>
+             <string>Specify CRS</string>
             </property>
            </widget>
           </item>



More information about the QGIS-commit mailing list