diff --git a/langs/themes/en.json b/langs/themes/en.json index 7fc9fb3d1..461ce56c4 100644 --- a/langs/themes/en.json +++ b/langs/themes/en.json @@ -270,7 +270,7 @@ "descriptionTail": "The climbing map was originally made by Christian Neumann. Please get in touch if you have feedback or questions.

The project uses data of the OpenStreetMap project.

", "layers": { "0": { - "description": "A climbing club or organisations", + "description": "A climbing club or organisation", "name": "Climbing club", "presets": { "0": { @@ -278,7 +278,7 @@ "title": "Climbing club" }, "1": { - "description": "A NGO working around climbing", + "description": "An NGO working around climbing", "title": "Climbing NGO" } }, @@ -332,12 +332,12 @@ "then": "This route is not bolted" } }, - "question": "How much bolts does this route have before reaching the moulinette?", + "question": "How many bolts does this route have before reaching the anchor?", "render": "This route has {climbing:bolts} bolts" }, "Difficulty": { - "question": "What is the difficulty of this climbing route according to the french/belgian system?", - "render": "The difficulty is {climbing:grade:french} according to the french/belgian system" + "question": "What is the grade of this climbing route according to the french/belgian system?", + "render": "The grade is {climbing:grade:french} according to the french/belgian system" }, "Length": { "question": "How long is this climbing route (in meters)?", @@ -376,7 +376,7 @@ }, "tagRenderings": { "Contained routes hist": { - "render": "

Difficulties overview

{histogram(_difficulty_hist)}" + "render": "

Grades overview

{histogram(_difficulty_hist)}" }, "Contained routes length hist": { "render": "

Length overview

{histogram(_length_hist)}" @@ -501,12 +501,12 @@ "render": "The routes are {canonical(climbing:length)} long on average" }, "5": { - "question": "What is the level of the easiest route here, accoring to the french classification system?", - "render": "The minimal difficulty is {climbing:grade:french:min} according to the french/belgian system" + "question": "What is the grade of the easiest route here, according to the french classification system?", + "render": "The lowest grade is {climbing:grade:french:min} according to the french/belgian system" }, "6": { - "question": "What is the level of the most difficult route here, accoring to the french classification system?", - "render": "The maximal difficulty is {climbing:grade:french:max} according to the french/belgian system" + "question": "What is the highest grade route here, according to the french classification system?", + "render": "The highest grade is {climbing:grade:french:max} according to the french/belgian system" }, "7": { "mappings": { @@ -1282,4 +1282,4 @@ "shortDescription": "A map with waste baskets", "title": "Waste Basket" } -} \ No newline at end of file +}