Skip to content

Commit bbfa1cb

Browse files
authored
Merge pull request #4122 from thomasaarholt/thomasaarholt-patch-1
Corrected alt-text of "replace in all cells"
2 parents 4f9a6cb + 9182f84 commit bbfa1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebook/static/notebook/js/searchandreplace.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ define([
167167
.attr('type', 'button')
168168
.addClass("btn btn-default btn-sm")
169169
.attr('data-toggle','button')
170-
.attr('title', i18n.msg._('Replace in selected cells'));
170+
.attr('title', i18n.msg._('Replace in all cells'));
171171

172172
var isCaseSensitiveButton = $('<button/>')
173173
.attr('type', 'button')

0 commit comments

Comments
 (0)