From a9910aa4086a993b8beecfb2fcfbc069d67277d6 Mon Sep 17 00:00:00 2001 From: David Warde-Farley Date: Mon, 12 Nov 2012 17:47:43 -0500 Subject: [PATCH] "Paste Cell Replace" -> "Paste Cell & Replace" --- IPython/frontend/html/notebook/templates/notebook.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPython/frontend/html/notebook/templates/notebook.html b/IPython/frontend/html/notebook/templates/notebook.html index 1cfbe4217..b809b096f 100644 --- a/IPython/frontend/html/notebook/templates/notebook.html +++ b/IPython/frontend/html/notebook/templates/notebook.html @@ -77,7 +77,7 @@ data-notebook-id={{notebook_id}}
  • Copy Cell
  • Paste Cell Above
  • Paste Cell Below
  • -
  • Paste Cell Replace
  • +
  • Paste Cell & Replace
  • Delete

  • Split Cell