Removed unused strings and rename string ids to not indicate ways only (re: #6843)

This commit is contained in:
Quincy Morgan
2019-10-07 11:02:07 +02:00
parent f4f648bb8a
commit 5abdd4c813
4 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -889,7 +889,7 @@ export function uiMapData(context) {
d3_event.stopPropagation();
toggleLayer('osm');
})
.on(t('map_data.highlight_way_edits.key'), toggleHighlightEdited);
.on(t('map_data.highlight_edits.key'), toggleHighlightEdited);
};
return uiMapData;