mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 11:16:36 +02:00
fix regression, rename Apply to Close in inspector
This commit is contained in:
@@ -82,7 +82,7 @@ iD.ui.inspector = function() {
|
||||
.on('click', apply);
|
||||
|
||||
inspectorButton1.append('span').attr('class','icon icon-pre-text apply');
|
||||
inspectorButton1.append('span').attr('class','label').text('Apply');
|
||||
inspectorButton1.append('span').attr('class','label').text('Close');
|
||||
|
||||
var inspectorButton2 = selection.append('button')
|
||||
.attr('class', 'delete col6 action')
|
||||
|
||||
Reference in New Issue
Block a user