diff --git a/data/presets/type/restriction/no_straight_on.json b/data/presets/type/restriction/no_straight_on.json index e990b242..28839616 100644 --- a/data/presets/type/restriction/no_straight_on.json +++ b/data/presets/type/restriction/no_straight_on.json @@ -11,5 +11,5 @@ "key": "restriction", "value": "no_straight_on" }, - "name": "No Straight On" + "name": "No Straight Ahead" } diff --git a/data/presets/type/restriction/no_u_turn.json b/data/presets/type/restriction/no_u_turn.json index d7e59381..09ddadf7 100644 --- a/data/presets/type/restriction/no_u_turn.json +++ b/data/presets/type/restriction/no_u_turn.json @@ -11,5 +11,5 @@ "key": "restriction", "value": "no_u_turn" }, - "name": "No U-turn" + "name": "No U-Turn" } diff --git a/data/presets/type/restriction/only_left_turn.json b/data/presets/type/restriction/only_left_turn.json index 63501603..c0a87de1 100644 --- a/data/presets/type/restriction/only_left_turn.json +++ b/data/presets/type/restriction/only_left_turn.json @@ -11,5 +11,5 @@ "key": "restriction", "value": "only_left_turn" }, - "name": "Only Left Turn" + "name": "Left Turn Only" } diff --git a/data/presets/type/restriction/only_right_turn.json b/data/presets/type/restriction/only_right_turn.json index 668f7618..db78547a 100644 --- a/data/presets/type/restriction/only_right_turn.json +++ b/data/presets/type/restriction/only_right_turn.json @@ -11,5 +11,5 @@ "key": "restriction", "value": "only_right_turn" }, - "name": "Only Right Turn" + "name": "Right Turn Only" } diff --git a/data/presets/type/restriction/only_straight_on.json b/data/presets/type/restriction/only_straight_on.json index 478a3cf2..0997c789 100644 --- a/data/presets/type/restriction/only_straight_on.json +++ b/data/presets/type/restriction/only_straight_on.json @@ -11,5 +11,5 @@ "key": "restriction", "value": "only_straight_on" }, - "name": "Only Straight On" + "name": "Straight Ahead Only" } diff --git a/data/presets/type/restriction/only_u_turn.json b/data/presets/type/restriction/only_u_turn.json index 090c33c9..a88e0153 100644 --- a/data/presets/type/restriction/only_u_turn.json +++ b/data/presets/type/restriction/only_u_turn.json @@ -11,5 +11,5 @@ "key": "restriction", "value": "only_u_turn" }, - "name": "Only U-turn" + "name": "U-Turn Only" } diff --git a/interim/source_strings.yaml b/interim/source_strings.yaml index cb6f9643..cbc64973 100644 --- a/interim/source_strings.yaml +++ b/interim/source_strings.yaml @@ -9308,28 +9308,28 @@ en: terms: '' type/restriction/no_straight_on: # 'type=restriction + restriction=no_straight_on\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).' - name: No Straight On - terms: '' + name: No Straight Ahead + terms: '' type/restriction/no_u_turn: # 'type=restriction + restriction=no_u_turn\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).' - name: No U-turn - terms: '' + name: No U-Turn + terms: '' type/restriction/only_left_turn: # 'type=restriction + restriction=only_left_turn\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).' - name: Only Left Turn - terms: '' + name: Left Turn Only + terms: '' type/restriction/only_right_turn: # 'type=restriction + restriction=only_right_turn\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).' - name: Only Right Turn - terms: '' + name: Right Turn Only + terms: '' type/restriction/only_straight_on: # 'type=restriction + restriction=only_straight_on\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).' - name: Only Straight On - terms: '' + name: Straight Ahead Only + terms: '' type/restriction/only_u_turn: # 'type=restriction + restriction=only_u_turn\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).' - name: Only U-turn - terms: '' + name: U-Turn Only + terms: '' type/route: # 'type=route\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).' name: Route