- editor_html: |
- An <strong>editor</strong> is a program or website you can use to edit the map.
- node_html: |
- A <strong>node</strong> is a point on the map, like a single restaurant or a tree.
- way_html: |
- A <strong>way</strong> is a line or area, like a road, stream, lake or building.
- tag_html: |
- A <strong>tag</strong> is a bit of data about a node or way, like a
- restaurant's name or a road's speed limit.
+ an_editor_html: An %{editor} is a program or website you can use to edit the map.
+ a_node_html: A %{node} is a point on the map, like a single restaurant or a tree.
+ a_way_html: A %{way} is a line or area, like a road, stream, lake or building.
+ a_tag_html: A %{tag} is a bit of data about a node or way, like a restaurant's name or a road's speed limit.
+ editor: editor
+ node: node
+ way: way
+ tag: tag