Corrected alt-text of "replace in all cells"

This commit is contained in:
Thomas Aarholt 2018-10-19 11:28:24 +02:00 committed by GitHub
parent 4f9a6cbdd8
commit 9182f84cf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')