From 9182f84cf0d72b292b09e428906ebd44cb60f094 Mon Sep 17 00:00:00 2001 From: Thomas Aarholt Date: Fri, 19 Oct 2018 11:28:24 +0200 Subject: [PATCH] Corrected alt-text of "replace in all cells" --- notebook/static/notebook/js/searchandreplace.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/static/notebook/js/searchandreplace.js b/notebook/static/notebook/js/searchandreplace.js index c808668e0..1b2187a36 100644 --- a/notebook/static/notebook/js/searchandreplace.js +++ b/notebook/static/notebook/js/searchandreplace.js @@ -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 = $('