Skip to content

Commit

Permalink
More substitutions of the words Projection/SRS for Coordinate Referen…
Browse files Browse the repository at this point in the history
…ce System / CRS

git-svn-id: http://svn.osgeo.org/qgis/trunk@9037 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Aug 8, 2008
1 parent 0c47351 commit de1cb55
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions src/ui/qgsoptionsbase.ui
Expand Up @@ -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" >
Expand Down Expand Up @@ -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" >
Expand All @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions src/ui/qgsrasterlayerpropertiesbase.ui
Expand Up @@ -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" >
Expand Down Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion src/ui/qgsvectorlayerpropertiesbase.ui
Expand Up @@ -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>
Expand Down

0 comments on commit de1cb55

Please sign in to comment.