Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update help text that mention the edit feature menu #4352

Merged
merged 1 commit into from
Sep 16, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 12 additions & 9 deletions data/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -563,9 +563,10 @@ en:
### Selecting Features
To select a map feature, like a road or point of interest, click
on it on the map. This will highlight the selected feature, open a panel with
details about it, and show a menu of things you can do with the feature.
To select a map feature, like a road or point of interest, click on it on
the map. This will highlight the selected feature and load a sidebar with
details about it. If you right-click on it, it will show a menu of things
you can do with the feature.
To select multiple features, hold down the 'Shift' key. Then either click
on the features you want to select, or drag on the map to draw a contour
Expand Down Expand Up @@ -606,8 +607,8 @@ en:
### Selecting
Click on a road to select it. An outline should become visible, along
with a small tools menu on the map and a sidebar showing more information
about the road.
with a sidebar showing more information about the road. If you right-click
on it, you'll have a menu of actions you can apply on the road.
### Modifying
Expand All @@ -625,8 +626,9 @@ en:
order to join them. Having roads connect is important for the map
and essential for providing driving directions.
You can also click the 'Move' tool or press the `M` shortcut key to move the entire road at
one time, and then click again to save that movement.
You can also right-click on it and select the 'Move' tool, or simply press
the `M` shortcut key, to move the entire road at one time, and then click
again to save that movement.
### Deleting
Expand Down Expand Up @@ -742,8 +744,9 @@ en:
### Selecting
You can select a building by clicking on its border. This will highlight the
building and open a small tools menu and a sidebar showing more information
about the building.
building and load a sidebar showing more information about the building.
If you right-click on it, it will show a menu of actions you can execute
in the building.
### Modifying
Expand Down
Loading