From 0f2e49c392b082eada83a2f691192df17983fed8 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Sun, 14 May 2017 15:01:28 -0400 Subject: [PATCH] Fix typo - "Job" -> "job" --- 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 8872b3015..0d9695e18 100644 --- a/data/core.yaml +++ b/data/core.yaml @@ -982,7 +982,7 @@ en: rightclick_intersection: "The last real street is {street1}, so we will *split* {street2} at this intersection and remove everything above it. **Right click on the intersection node.**" split_intersection: "**Click on the {button} button to split {street}.**" retry_split: "You didn't click the Split button. Try again." - did_split_multi: "Good Job! {street1} is now split into two pieces. The top part can be removed. **Click the top part of {street2} to select it.**" + did_split_multi: "Good job! {street1} is now split into two pieces. The top part can be removed. **Click the top part of {street2} to select it.**" did_split_single: "**Click the top part of {street2} to select it.**" multi_select: "{selected} is now selected. Let's also select {other1}. You can shift-click to select multiple things. **Shift-click on {other2}.**" multi_rightclick: "Good! Both lines to delete are now selected. **Right-click on one of the lines to show the edit menu.**" diff --git a/dist/locales/en.json b/dist/locales/en.json index 2e6cae5c4..e5d3ece0b 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -845,7 +845,7 @@ "rightclick_intersection": "The last real street is {street1}, so we will *split* {street2} at this intersection and remove everything above it. **Right click on the intersection node.**", "split_intersection": "**Click on the {button} button to split {street}.**", "retry_split": "You didn't click the Split button. Try again.", - "did_split_multi": "Good Job! {street1} is now split into two pieces. The top part can be removed. **Click the top part of {street2} to select it.**", + "did_split_multi": "Good job! {street1} is now split into two pieces. The top part can be removed. **Click the top part of {street2} to select it.**", "did_split_single": "**Click the top part of {street2} to select it.**", "multi_select": "{selected} is now selected. Let's also select {other1}. You can shift-click to select multiple things. **Shift-click on {other2}.**", "multi_rightclick": "Good! Both lines to delete are now selected. **Right-click on one of the lines to show the edit menu.**",