From 1d61e05bd42fbe3d9441121ee1e54aab5d68955b 2012-11-12 22:47:43 From: David Warde-Farley Date: 2012-11-12 22:47:43 Subject: [PATCH] "Paste Cell Replace" -> "Paste Cell & Replace" --- diff --git a/IPython/frontend/html/notebook/templates/notebook.html b/IPython/frontend/html/notebook/templates/notebook.html index 1cfbe42..b809b09 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