Skip to content

Commit

Permalink
en_US context help fixes
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@12432 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Dec 13, 2009
1 parent 321db6d commit c2adc8d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 22 deletions.
2 changes: 1 addition & 1 deletion resources/context_help/QgsBookmarks-en_US
Expand Up @@ -4,7 +4,7 @@ Spatial Bookmarks allow you to "bookmark" a geographic location and return to it
<a href="#creating">Creating a Bookmark</a><br/>
<a href="#working">Working with Bookmarks</a><br/>
<a href="#zooming">Zooming to a Bookmark</a><br/>
<a href="#deleting">Deleting to a Bookmark</a><br/>
<a href="#deleting">Deleting a Bookmark</a><br/>

<a name="creating">
<h4>Creating a Bookmark</h4>
Expand Down
4 changes: 2 additions & 2 deletions resources/context_help/QgsCopyrightLabelPluginGui-en_US
Expand Up @@ -26,6 +26,6 @@ This plugin supports basic HTML markup tags for formatting text. For example:
</li>
<li>&lt;I&gt;<i>Italicss</i>&lt;/I&gt;
</li>
<li>&lt;U&gt;<u> Underlined text</u>&lt;/U&gt;
<li>&lt;U&gt;<u> Underlined text </u>&lt;/U&gt;
</li>
</ul>
</ul>
27 changes: 8 additions & 19 deletions resources/context_help/QgsProjectProperties-en_US
Expand Up @@ -10,24 +10,13 @@ This dialog allows you to set a number of properties related to the <label>Proje
<h4>General Tab</h4>
</a>
<table border=1>
<tr>
<td><label>Project title</label></td><td>A descriptive title for the project. This title will be displayed in the title bar of the QGIS window</td>
</tr>
<tr><td><label>Selection color</label></td><td>Selected features are displayed on the map using this color.</td>
</tr>
<tr><td><label>Background color</label></td><td>The color of the map canvas.</td>
<tr><td><label>Save paths</label></td><td>Ability to save the paths as absolute or relative.</td>

</tr>
<tr>
<td><label>Layer units</label></td><td>Choose the units appropriate for the layers in the project.</td>
</tr>
<tr>
<td><label>Precision</label></td><td>Use the manual setting to set the precision of the display in the status bar. As the mouse is moved over the map canvas, the coordinates are updated and displayed in the status bar using the precision you choose. Automatic (the default) results in a default precision based on the map units.</td>
</tr>
<tr>
<td><label>Digitizing</label></td><td>This allows you to set the snapping tolerance in pixels, the line width used when digitising and the color for digitised lines.</td>
</tr>
<tr><td><label>Project title</label></td><td>A descriptive title for the project. This title will be displayed in the title bar of the QGIS window</td></tr>
<tr><td><label>Selection color</label></td><td>Selected features are displayed on the map using this color.</td></tr>
<tr><td><label>Background color</label></td><td>The color of the map canvas.</td></tr>
<tr><td><label>Save paths</label></td><td>Ability to save the paths as absolute or relative.</td></tr>
<tr><td><label>Layer units</label></td><td>Choose the units appropriate for the layers in the project.</td></tr>
<tr><td><label>Precision</label></td><td>Use the manual setting to set the precision of the display in the status bar. As the mouse is moved over the map canvas, the coordinates are updated and displayed in the status bar using the precision you choose. Automatic (the default) results in a default precision based on the map units.</td></tr>
<tr><td><label>Digitizing</label></td><td>This allows you to set the snapping tolerance in pixels, the line width used when digitising and the color for digitised lines.</td></tr>

</table>
<a name="crs">
Expand All @@ -44,4 +33,4 @@ The 4 last used coordinate systems will be available as buttons on the bottom fo
<a name="layers">
<h4>Identifiable layers Tab</h4>
</a>
On this tab you can choose the identify mode for the layers.
On this tab you can choose on which layers the identify tool will work.

0 comments on commit c2adc8d

Please sign in to comment.