mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 11:16:36 +02:00
Rename apply to close. Fixes #325
This commit is contained in:
@@ -81,7 +81,7 @@ iD.ui.inspector = function() {
|
||||
function drawButtons(selection) {
|
||||
selection.append('button')
|
||||
.attr('class', 'apply wide action')
|
||||
.html("<span class='icon icon-pre-text apply'></span><span class='label'>Apply</span>")
|
||||
.html("<span class='icon icon-pre-text apply'></span><span class='label'>Close</span>")
|
||||
.on('click', apply);
|
||||
|
||||
selection.append('button')
|
||||
|
||||
Reference in New Issue
Block a user