From 1956132ef731945325c281ac7c33dec173e9cc18 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Tue, 9 May 2017 15:24:17 -0400 Subject: [PATCH] Add missing period --- 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 0f95075d61..b08bc7a928 100644 --- a/data/core.yaml +++ b/data/core.yaml @@ -967,7 +967,7 @@ en: intersect: "Click or press spacebar to add more nodes to the line.{br}Roads, and many other types of lines, are part of a larger network. It is important for these lines to be connected properly in order for routing applications to work. **Click on {name} to create an intersection connecting the two lines.**" retry_intersect: "The road needs to intersect {name}. Let's try again!" continue_line: "Continue drawing the line for the new road. Remember that you can drag and zoom the map if needed.{br}When you are finished drawing, click on the last node again. **Finish drawing the road.**" - choose_category_road: "**Select {category} from the list**" + choose_category_road: "**Select {category} from the list.**" choose_preset_residential: "There are many different types of roads, but this one is a residential road. **Choose the {preset} type.**" retry_preset_residential: "You didn't select the {preset} type. **Click here to choose again.**" name_road: "**Give this road a name, then hit escape, return, or click the {button} button to close the feature editor.**" diff --git a/dist/locales/en.json b/dist/locales/en.json index ab2da8f4ae..bd43932443 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -830,7 +830,7 @@ "intersect": "Click or press spacebar to add more nodes to the line.{br}Roads, and many other types of lines, are part of a larger network. It is important for these lines to be connected properly in order for routing applications to work. **Click on {name} to create an intersection connecting the two lines.**", "retry_intersect": "The road needs to intersect {name}. Let's try again!", "continue_line": "Continue drawing the line for the new road. Remember that you can drag and zoom the map if needed.{br}When you are finished drawing, click on the last node again. **Finish drawing the road.**", - "choose_category_road": "**Select {category} from the list**", + "choose_category_road": "**Select {category} from the list.**", "choose_preset_residential": "There are many different types of roads, but this one is a residential road. **Choose the {preset} type.**", "retry_preset_residential": "You didn't select the {preset} type. **Click here to choose again.**", "name_road": "**Give this road a name, then hit escape, return, or click the {button} button to close the feature editor.**",