mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 15:34:49 +02:00
Move the edit menu logic to uiInit
Make context the first argument of operation objects Add Paste operation to edit menu when opening the context menu on a blank area of the map (close #2508)
This commit is contained in:
@@ -88,6 +88,15 @@ en:
|
||||
annotation:
|
||||
single: Copied a feature.
|
||||
multiple: "Copied {n} features."
|
||||
paste:
|
||||
title: Paste
|
||||
description:
|
||||
single: "Add a duplicate {feature} here."
|
||||
multiple: "Add {n} duplicate features here."
|
||||
annotation:
|
||||
single: Pasted a feature.
|
||||
multiple: "Pasted {n} features."
|
||||
nothing_copied: No features have been copied.
|
||||
circularize:
|
||||
title: Circularize
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user