mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-30 08:50:32 +02:00
Obvious editor is obvious
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user