From a5c4d54b9d40eca761c1409eb32c77daa6b1fbe4 Mon Sep 17 00:00:00 2001 From: Saman Bemel-Benrud Date: Wed, 13 Mar 2013 14:03:25 -0400 Subject: [PATCH] copy tweaks. --- js/id/ui/preset.js | 6 ------ locale/en.js | 10 +++++----- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/js/id/ui/preset.js b/js/id/ui/preset.js index 8f465f9f7..7e58bac7c 100644 --- a/js/id/ui/preset.js +++ b/js/id/ui/preset.js @@ -34,12 +34,6 @@ iD.ui.preset = function(context) { var wrap = selection.append('div') .attr('class', 'col12 inspector-inner'); - /* - wrap.append('div') - .attr('class', 'col3 preset-label') - .text('Add field'); - */ - formbuttonwrap = wrap.append('div') .attr('class', 'col9 preset-input'); diff --git a/locale/en.js b/locale/en.js index 636d35d65..28059831d 100644 --- a/locale/en.js +++ b/locale/en.js @@ -165,7 +165,7 @@ locale.en = { }, geocoder: { - title: "Find A Place", + title: "Find a place", placeholder: "Find a place", no_results: "Couldn't locate a place named '{name}'" }, @@ -177,21 +177,21 @@ locale.en = { inspector: { no_documentation_combination: "There is no documentation available for this tag combination", no_documentation_key: "There is no documentation available for this key", - new_tag: "New Tag", + new_tag: "New tag", edit_tags: "Edit tags", okay: "Okay", view_on_osm: "View on OSM", name: "Name", - editing: "Editing {type}", + editing: "Edit details", additional: "Additional tags", - choose: "What are you adding?", + choose: "Select feature type", results: "{n} results for {search}", reference: "View on OpenStreetMap Wiki →" }, background: { title: "Background", - description: "Background Settings", + description: "Background settings", percent_brightness: "{opacity}% brightness", fix_misalignment: "Fix misalignment", reset: "reset"