From b0dc469d8329a7348d2c458107320d17f7bd190a Mon Sep 17 00:00:00 2001 From: Manfred Brandl Date: Sat, 1 Aug 2020 12:00:40 +0200 Subject: [PATCH] extend the explanations --- data/core.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/core.yaml b/data/core.yaml index 52ae3040e..2afd3fb48 100644 --- a/data/core.yaml +++ b/data/core.yaml @@ -1428,8 +1428,8 @@ en: edit_menu_h: "Advanced Commands from Edit Menu" command_reverse: "The {reverse_icon} **{reverse}** command will change the direction of lines like oneway streets or cliffs where the top is one the left and the bottom on the right side." command_disconnect: "The {disconnect_icon} **{disconnect}** command separates a connected point into independent points which can be separated from each other." - command_merge: "The {merge_icon} **{merge}** command create a single object from all selected objects. In order to turn a point into a line or an area while keeping the tags, create a line or an area without tags and merge it with the existing point." - command_extract: "The {extract_icon} **{extract}** command seperates a point from a line or an area." + command_merge: "The {merge_icon} **{merge}** command create a single object from all selected objects, the type of the object depends on the selected objects. From two or more selected ares a new multipolygon relation will be created, two selected lines will become a single line. From a selected point and a selected line or area the point will be integrated into the line or area while keeping the tags." + command_extract: "The {extract_icon} **{extract}** command seperates a point from a line or an area, so you can seperate a POI which is part of a building." notes: title: Notes intro: "*Notes* are used to alert other users that a feature requires fixing or attention. Notes mark a specific location on the map. To view existing notes or add new ones, open the {data_icon} **{map_data}** panel and enable the {osm_notes} layer."