diff --git a/data/core.yaml b/data/core.yaml index fdb70da69..1617207af 100644 --- a/data/core.yaml +++ b/data/core.yaml @@ -186,7 +186,7 @@ en: unknown: Unknown incomplete: feature_list: Feature list - edit: edit feature + edit: Edit feature background: title: Background description: Background settings diff --git a/dist/locales/en.json b/dist/locales/en.json index 6ac8a2fb1..563f91472 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -229,7 +229,7 @@ "unknown": "Unknown", "incomplete": "", "feature_list": "Feature list", - "edit": "edit feature" + "edit": "Edit feature" }, "background": { "title": "Background", diff --git a/js/id/ui/entity_editor.js b/js/id/ui/entity_editor.js index eebdbb18c..8bcd992c9 100644 --- a/js/id/ui/entity_editor.js +++ b/js/id/ui/entity_editor.js @@ -19,11 +19,6 @@ iD.ui.EntityEditor = function(context) { var $enter = $header.enter().append('div') .attr('class', 'header fillL cf'); - $enter.append('button') - .attr('class', 'fl preset-reset') - .append('span') - .attr('class', 'icon back'); - $enter.append('button') .attr('class', 'fr preset-close') .append('span') @@ -59,7 +54,7 @@ iD.ui.EntityEditor = function(context) { headerbutton.call(bootstrap.tooltip() .title(t('inspector.back_tooltip')) - .placement('right')); + .placement('bottom')); $enter.append('div') .attr('class', 'inspector-border inspector-preset');