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

svn_qgis at osgeo.org svn_qgis at osgeo.org
Fri Aug 8 14:49:46 EDT 2008


Author: timlinux
Date: 2008-08-08 14:49:45 -0400 (Fri, 08 Aug 2008)
New Revision: 9037

Modified:
   trunk/qgis/src/ui/qgsoptionsbase.ui
   trunk/qgis/src/ui/qgsrasterlayerpropertiesbase.ui
   trunk/qgis/src/ui/qgsvectorlayerpropertiesbase.ui
Log:
More substitutions of the words Projection/SRS for Coordinate Reference System / CRS


Modified: trunk/qgis/src/ui/qgsoptionsbase.ui
===================================================================
--- trunk/qgis/src/ui/qgsoptionsbase.ui	2008-08-08 15:54:59 UTC (rev 9036)
+++ trunk/qgis/src/ui/qgsoptionsbase.ui	2008-08-08 18:49:45 UTC (rev 9037)
@@ -783,9 +783,9 @@
        </item>
       </layout>
      </widget>
-     <widget class="QWidget" name="tabProjection" >
+     <widget class="QWidget" name="tabCRS" >
       <attribute name="title" >
-       <string>Pro&amp;jection</string>
+       <string>CRS</string>
       </attribute>
       <layout class="QGridLayout" >
        <property name="leftMargin" >
@@ -826,7 +826,7 @@
        <item row="0" column="0" >
         <widget class="QGroupBox" name="grpProjectionBehaviour" >
          <property name="title" >
-          <string>When layer is loaded that has no projection information</string>
+          <string>When layer is loaded that has no coordinate reference system (CRS)</string>
          </property>
          <layout class="QVBoxLayout" >
           <property name="leftMargin" >
@@ -844,21 +844,21 @@
           <item>
            <widget class="QRadioButton" name="radPromptForProjection" >
             <property name="text" >
-             <string>Prompt for projection</string>
+             <string>Prompt for CRS</string>
             </property>
            </widget>
           </item>
           <item>
            <widget class="QRadioButton" name="radUseProjectProjection" >
             <property name="text" >
-             <string>Project wide default projection will be used</string>
+             <string>Project wide default CRS will be used</string>
             </property>
            </widget>
           </item>
           <item>
            <widget class="QRadioButton" name="radUseGlobalProjection" >
             <property name="text" >
-             <string>Global default projection displa&amp;yed below will be used</string>
+             <string>Global default CRS displa&amp;yed below will be used</string>
             </property>
            </widget>
           </item>

Modified: trunk/qgis/src/ui/qgsrasterlayerpropertiesbase.ui
===================================================================
--- trunk/qgis/src/ui/qgsrasterlayerpropertiesbase.ui	2008-08-08 15:54:59 UTC (rev 9036)
+++ trunk/qgis/src/ui/qgsrasterlayerpropertiesbase.ui	2008-08-08 18:49:45 UTC (rev 9037)
@@ -1393,7 +1393,7 @@
        <item row="4" column="0" colspan="3" >
         <widget class="QGroupBox" name="grpSRS" >
          <property name="title" >
-          <string>Spatial reference system</string>
+          <string>Coordinate reference system</string>
          </property>
          <layout class="QGridLayout" >
           <property name="leftMargin" >
@@ -1798,7 +1798,7 @@
          <property name="html" >
           <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
 p, li { white-space: pre-wrap; }
-&lt;/style>&lt;/head>&lt;body style=" font-family:'Verdana'; font-size:10pt; font-weight:400; font-style:normal;">
+&lt;/style>&lt;/head>&lt;body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;">
 &lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt;">&lt;/p>&lt;/body>&lt;/html></string>
          </property>
         </widget>

Modified: trunk/qgis/src/ui/qgsvectorlayerpropertiesbase.ui
===================================================================
--- trunk/qgis/src/ui/qgsvectorlayerpropertiesbase.ui	2008-08-08 15:54:59 UTC (rev 9036)
+++ trunk/qgis/src/ui/qgsvectorlayerpropertiesbase.ui	2008-08-08 18:49:45 UTC (rev 9037)
@@ -204,7 +204,7 @@
           <item row="3" column="2" >
            <widget class="QPushButton" name="pbnChangeSpatialRefSys" >
             <property name="text" >
-             <string>Change SRS</string>
+             <string>Change CRS</string>
             </property>
            </widget>
           </item>



More information about the QGIS-commit mailing list