From e93db3ec220c167a13af522a16ebac93c1576373 Mon Sep 17 00:00:00 2001 From: Safia Abdalla Date: Fri, 25 Sep 2015 13:21:02 -0500 Subject: [PATCH] Replaced 'Search and Replace' with 'Find and Replace' --- notebook/static/notebook/js/menubar.js | 2 +- notebook/static/notebook/js/searchandreplace.js | 10 +++++----- notebook/templates/notebook.html | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/notebook/static/notebook/js/menubar.js b/notebook/static/notebook/js/menubar.js index 987229b2b..d976866ed 100644 --- a/notebook/static/notebook/js/menubar.js +++ b/notebook/static/notebook/js/menubar.js @@ -194,7 +194,7 @@ define([ }); var id_actions_dict = { - '#search_and_replace' : 'ipython.search-and-replace-dialog', + '#find_and_replace' : 'ipython.find-and-replace-dialog', '#save_checkpoint': 'ipython.save-notebook', '#restart_kernel': 'ipython.restart-kernel', '#int_kernel': 'ipython.interrupt-kernel', diff --git a/notebook/static/notebook/js/searchandreplace.js b/notebook/static/notebook/js/searchandreplace.js index 51c8c9724..d458102df 100644 --- a/notebook/static/notebook/js/searchandreplace.js +++ b/notebook/static/notebook/js/searchandreplace.js @@ -150,7 +150,7 @@ define(function(require){ var snr = function(env, event) { var search = $("") .addClass('form-control') - .attr('placeholder','Search'); + .attr('placeholder','Find'); var isRegExpButton = $('