Skip to content

Commit ce8cef8

Browse files
committedAug 13, 2015
tab is called "identify layers"
1 parent 7aa5622 commit ce8cef8

File tree

1 file changed

+21
-13
lines changed

1 file changed

+21
-13
lines changed
 

‎resources/context_help/QgsProjectProperties

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
<p>
99
<a href="#general">General Tab</a><br/>
1010
<a href="#crs">Coordinate Reference System (CRS) Tab</a><br/>
11-
<a href="#layers">Identifiable layers Tab</a><br/>
11+
<a href="#layers">Identify layers Tab</a><br/>
1212
</p>
1313

1414
<a name="general">
1515
<h4>General Tab</h4>
1616
</a>
1717
<table border=1>
1818
<tr>
19-
<td><label>Project title</label></td>
19+
<td><label>Project&nbsp;title</label></td>
2020
<td>
2121
<p>
2222
A descriptive title for the project. This title will be displayed in the
@@ -25,27 +25,38 @@
2525
</td>
2626
</tr>
2727
<tr>
28-
<td><label>Selection color</label></td>
28+
<td><label>Selection&nbsp;color</label></td>
2929
<td>
3030
<p>
3131
Selected features are displayed on the map using this color.
3232
</p>
3333
</td>
3434
</tr>
3535
<tr>
36-
<td><label>Background color</label></td>
36+
<td><label>Background&nbsp;color</label></td>
3737
<td><p>The color of the map canvas.</p></td>
3838
</tr>
3939
<tr>
40-
<td><label>Save paths</label></td>
40+
<td><label>Save&nbsp;paths</label></td>
4141
<td>
4242
<p>
43-
Ability to save the paths as absolute or relative.
43+
Reference files by their absolute path or a path relative to the project
44+
file. If you are sharing your project file with others, or accessing it
45+
from another machine, choose "relative".
4446
</p>
4547
</td>
4648
</tr>
4749
<tr>
48-
<td><label>Layer units</label></td>
50+
<td><label>Measure&nbsp;Tool</label></td>
51+
<td>
52+
<p>
53+
Which ellipsoid should be used to calculate distances when using 'on the
54+
fly' CRS transformation.
55+
</p>
56+
</td>
57+
</tr>
58+
<tr>
59+
<td><label>Canvas&nbsp;units</label></td>
4960
<td>
5061
<p>
5162
Choose the units appropriate for the layers in the project.
@@ -104,15 +115,12 @@
104115
</p>
105116
<p>
106117
You can find a coordinate system by entering its name, EPSG code or the QGIS ID
107-
and clicking the <label>Find</label> button.
108-
</p>
109-
<p>
110-
The list of recently used coordinate systems will be available on the bottom
111-
for quick access.
118+
and clicking the <label>Find</label> button. The list of recently used
119+
coordinate systems will be available on the bottom for quick access.
112120
</p>
113121

114122
<a name="layers">
115-
<h4>Identifiable layers Tab</h4>
123+
<h4>Identify layers Tab</h4>
116124
</a>
117125
<p>
118126
On this tab you can choose on which layers the identify tool will work.

0 commit comments

Comments
 (0)
Please sign in to comment.