From 25af3b53006f62b3e462f6095880ef43618cfbd1 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Thu, 1 Jun 2017 16:17:20 -0400 Subject: [PATCH] Better text for paste command --- data/core.yaml | 2 +- dist/locales/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/core.yaml b/data/core.yaml index 5961f997e..015071c45 100644 --- a/data/core.yaml +++ b/data/core.yaml @@ -1080,7 +1080,7 @@ en: commands: title: "Commands" copy: "Copy selected features" - paste: "Paste selected features" + paste: "Paste copied features" undo: "Undo last action" redo: "Redo last action" save: "Save changes" diff --git a/dist/locales/en.json b/dist/locales/en.json index 36eaa4656..37f388c28 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -956,7 +956,7 @@ "commands": { "title": "Commands", "copy": "Copy selected features", - "paste": "Paste selected features", + "paste": "Paste copied features", "undo": "Undo last action", "redo": "Redo last action", "save": "Save changes"