Change text for No Icon

... i still have to figure out some way to localize that piece of text
This commit is contained in:
Mike Koch 2015-05-08 10:41:24 -04:00
parent 0bed4daddf
commit aa58468634

View File

@ -329,7 +329,7 @@
var resetButton = [
'<tr>',
'<td colspan="' + op.cols + '">',
'<button class="btn btn-danger btn-icon" style="width: ' + op.cols * 39 + 'px;" value=""><span class="glyphicon glyphicon-ban-circle"></span> Reset</button>',
'<button class="btn btn-danger btn-icon" style="width: ' + op.cols * 39 + 'px;" value=""><span class="glyphicon glyphicon-ban-circle"></span> No Icon</button>',
'</td>',
'</tr>'
];