From 5d52df437c4c8c422ff8e4079ac29d5b328c3bc4 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Fri, 10 Jul 2020 17:02:26 -0400 Subject: [PATCH] Update multiple line continue error for non-mouse possibility --- 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 c211164649..68d1642ea7 100644 --- a/data/core.yaml +++ b/data/core.yaml @@ -70,7 +70,7 @@ en: title: Continue description: Continue this line. not_eligible: No line can be continued here. - multiple: Several lines can be continued here. To choose a line, press the Shift key and click on it to select it. + multiple: Several lines can be continued here. Add one to the selection to continue. annotation: line: Continued a line. area: Continued an area. diff --git a/dist/locales/en.json b/dist/locales/en.json index 18c1b8165a..40a84851f4 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -88,7 +88,7 @@ "title": "Continue", "description": "Continue this line.", "not_eligible": "No line can be continued here.", - "multiple": "Several lines can be continued here. To choose a line, press the Shift key and click on it to select it.", + "multiple": "Several lines can be continued here. Add one to the selection to continue.", "annotation": { "line": "Continued a line.", "area": "Continued an area."