Update multiple line continue error for non-mouse possibility

This commit is contained in:
Quincy Morgan
2020-07-10 17:02:26 -04:00
parent d05e3ea042
commit 5d52df437c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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."