Updated title of repair button

This commit is contained in:
jos 2017-11-14 21:41:54 +01:00
parent a958e229f9
commit bf4e977427
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ textmode.create = function (container, options) {
var buttonRepair = document.createElement('button');
buttonRepair.type = 'button';
buttonRepair.className = 'jsoneditor-repair';
buttonRepair.title = 'Repair JSON data: fix quotes and escape characters, remove comments and JSONP notation.';
buttonRepair.title = 'Repair JSON: fix quotes and escape characters, remove comments and JSONP notation, turn JavaScript objects into JSON.';
this.menu.appendChild(buttonRepair);
buttonRepair.onclick = function () {
try {