Skip to content

Commit 8c1ee0f

Browse files
author
timlinux
committed
More substitutions of the words Projection/SRS for Coordinate Reference System / CRS
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9037 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 7011bf0 commit 8c1ee0f

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

src/ui/qgsoptionsbase.ui

+6-6
Original file line numberDiff line numberDiff line change
@@ -783,9 +783,9 @@
783783
</item>
784784
</layout>
785785
</widget>
786-
<widget class="QWidget" name="tabProjection" >
786+
<widget class="QWidget" name="tabCRS" >
787787
<attribute name="title" >
788-
<string>Pro&amp;jection</string>
788+
<string>CRS</string>
789789
</attribute>
790790
<layout class="QGridLayout" >
791791
<property name="leftMargin" >
@@ -826,7 +826,7 @@
826826
<item row="0" column="0" >
827827
<widget class="QGroupBox" name="grpProjectionBehaviour" >
828828
<property name="title" >
829-
<string>When layer is loaded that has no projection information</string>
829+
<string>When layer is loaded that has no coordinate reference system (CRS)</string>
830830
</property>
831831
<layout class="QVBoxLayout" >
832832
<property name="leftMargin" >
@@ -844,21 +844,21 @@
844844
<item>
845845
<widget class="QRadioButton" name="radPromptForProjection" >
846846
<property name="text" >
847-
<string>Prompt for projection</string>
847+
<string>Prompt for CRS</string>
848848
</property>
849849
</widget>
850850
</item>
851851
<item>
852852
<widget class="QRadioButton" name="radUseProjectProjection" >
853853
<property name="text" >
854-
<string>Project wide default projection will be used</string>
854+
<string>Project wide default CRS will be used</string>
855855
</property>
856856
</widget>
857857
</item>
858858
<item>
859859
<widget class="QRadioButton" name="radUseGlobalProjection" >
860860
<property name="text" >
861-
<string>Global default projection displa&amp;yed below will be used</string>
861+
<string>Global default CRS displa&amp;yed below will be used</string>
862862
</property>
863863
</widget>
864864
</item>

src/ui/qgsrasterlayerpropertiesbase.ui

+2-2
Original file line numberDiff line numberDiff line change
@@ -1393,7 +1393,7 @@
13931393
<item row="4" column="0" colspan="3" >
13941394
<widget class="QGroupBox" name="grpSRS" >
13951395
<property name="title" >
1396-
<string>Spatial reference system</string>
1396+
<string>Coordinate reference system</string>
13971397
</property>
13981398
<layout class="QGridLayout" >
13991399
<property name="leftMargin" >
@@ -1798,7 +1798,7 @@
17981798
<property name="html" >
17991799
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
18001800
p, li { white-space: pre-wrap; }
1801-
&lt;/style>&lt;/head>&lt;body style=" font-family:'Verdana'; font-size:10pt; font-weight:400; font-style:normal;">
1801+
&lt;/style>&lt;/head>&lt;body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;">
18021802
&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>
18031803
</property>
18041804
</widget>

src/ui/qgsvectorlayerpropertiesbase.ui

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
<item row="3" column="2" >
205205
<widget class="QPushButton" name="pbnChangeSpatialRefSys" >
206206
<property name="text" >
207-
<string>Change SRS</string>
207+
<string>Change CRS</string>
208208
</property>
209209
</widget>
210210
</item>

0 commit comments

Comments
 (0)