Update en.js

rewrite 'add' labels to be consistent (talk about adding objects to the map instead of trying to explain what objects are);
remove comma before 'or' - according to my understanding, comma is not needed before conjunctions that join multiple different sentence objects :)
This commit is contained in:
richlv
2013-03-13 10:28:29 +02:00
parent 8479d3ec48
commit 472598aa3e
+3 -3
View File
@@ -2,17 +2,17 @@ locale.en = {
modes: {
add_area: {
title: "Area",
description: "Add parks, buildings, lakes, or other areas to the map.",
description: "Add parks, buildings, lakes or other areas to the map.",
tail: "Click on the map to start drawing an area, like a park, lake, or building."
},
add_line: {
title: "Line",
description: "Lines can be highways, streets, pedestrian paths, or even canals.",
description: "Add highways, streets, pedestrian paths, canals or other lines to the map.",
tail: "Click on the map to start drawing a road, path, or route."
},
add_point: {
title: "Point",
description: "Restaurants, monuments, and postal boxes are points.",
description: "Add restaurants, monuments, postal boxes or other points to the map.",
tail: "Click on the map to add a point."
},
browse: {