mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 00:54:03 +02:00
copy tweaks.
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
+5
-5
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user