From 04b81b5e6d0ecc5f49fd3005c305912039a16642 Mon Sep 17 00:00:00 2001 From: simonpoole Date: Thu, 12 Oct 2023 17:45:36 +0200 Subject: [PATCH] Fix some typos in the multiselect documentation --- documentation/docs/help/en/Multiselect.md | 4 ++-- src/main/assets/help/en/Multiselect.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation/docs/help/en/Multiselect.md b/documentation/docs/help/en/Multiselect.md index 94ee5443a8..033769ec6c 100644 --- a/documentation/docs/help/en/Multiselect.md +++ b/documentation/docs/help/en/Multiselect.md @@ -1,6 +1,6 @@ # Multiselect -Selected elements can be moved by dragging in the touch area. Individual objects can be selected / de-selected by (single) tapping them. A double tap in an entry area will end the mode. +Multiple elements can be selected by either selecting an element and then using the _Extend selection_ entry from the menu, or by double-clicking an element. Selected elements can be moved by dragging in the touch area. Individual objects can be selected / de-selected by (single) tapping them. A double tap in an empty area will end the mode. ## Actions @@ -30,7 +30,7 @@ Merge multiple selected ways resulting in a single way. Ways will be reversed if ### Add node at intersection -If two or more ways are selected and they intersect witout a common node, a new node will be added at the first intersection found. +If two or more ways are selected and they intersect without a common node, a new node will be added at the first intersection found. ### ![Relation](../images/relation.png) Create relation diff --git a/src/main/assets/help/en/Multiselect.html b/src/main/assets/help/en/Multiselect.html index f90d912c5b..72ca34be5c 100644 --- a/src/main/assets/help/en/Multiselect.html +++ b/src/main/assets/help/en/Multiselect.html @@ -6,7 +6,7 @@

Multiselect

-

Selected elements can be moved by dragging in the touch area. Individual objects can be selected / de-selected by (single) tapping them. A double tap in an entry area will end the mode.

+

Multiple elements can be selected by either selecting an element and then using the Extend selection entry from the menu, or by double-clicking an element. Selected elements can be moved by dragging in the touch area. Individual objects can be selected / de-selected by (single) tapping them. A double tap in an empty area will end the mode.

Actions

Undo Undo

Tapping the icon once will undo the last operation. A long press will display a list of the operations since the last save, if you have undone anything a corresponding "redo" action will be displayed. If the undo results in the current selected object being removed you will be returned to the main screen. Some operations consist of multiple simpler actions that will be listed as individual items.

@@ -21,7 +21,7 @@

Delete Delete

Merge Merge ways

Merge multiple selected ways resulting in a single way. Ways will be reversed if necessary. This option will only be available if only ways with common start/end nodes are selected, or the selection is two closed ways (polygons), in the later case if the polygons do not have common nodes a multi-polygon relation will be created and the ways added as members. If post-merge tag conflicts are detected you will be alerted.

Add node at intersection

-

If two or more ways are selected and they intersect witout a common node, a new node will be added at the first intersection found.

+

If two or more ways are selected and they intersect without a common node, a new node will be added at the first intersection found.

Relation Create relation

Create a relation starting with the current selected elements. The relation type can be selected from a list generated from the available presets. Further objects can be added until the check button is clicked, then the tag editor will be started on the new relation.

Add to relation