Corrected alt-text of "replace in all cells"

Thomas Aarholt 7 years ago committed by GitHub
parent 4f9a6cbdd8
commit 9182f84cf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -167,7 +167,7 @@ define([
.attr('type', 'button')
.addClass("btn btn-default btn-sm")
.attr('data-toggle','button')
.attr('title', i18n.msg._('Replace in selected cells'));
.attr('title', i18n.msg._('Replace in all cells'));
var isCaseSensitiveButton = $('<button/>')
.attr('type', 'button')

Loading…
Cancel
Save