mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
Corrected alt-text of "replace in all cells"
This commit is contained in:
parent
4f9a6cbdd8
commit
9182f84cf0
@ -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…
Reference in New Issue
Block a user