Obvious editor is obvious

This commit is contained in:
John Firebaugh
2013-05-28 15:13:54 -07:00
parent 3405a663de
commit 1069382353
2 changed files with 1 additions and 4 deletions

View File

@@ -175,7 +175,6 @@ en:
show_more: Show More
new_tag: New tag
view_on_osm: View on openstreetmap.org
editing_feature: "Editing {feature}"
all_tags: All tags
all_members: All members
all_relations: All relations

View File

@@ -34,9 +34,7 @@ iD.ui.EntityEditor = function(context) {
// Update
$header.select('h3')
.text(state === 'select' ?
t('inspector.editing_feature', {feature: preset.name()}) :
preset.name());
.text(preset.name());
$header.select('.preset-reset')
.on('click', function() {