"Paste Cell Replace" -> "Paste Cell & Replace"

This commit is contained in:
David Warde-Farley 2012-11-12 17:47:43 -05:00
parent 01f0332add
commit a9910aa408

View File

@ -77,7 +77,7 @@ data-notebook-id={{notebook_id}}
<li id="copy_cell"><a href="#">Copy Cell</a></li>
<li id="paste_cell_above" class="ui-state-disabled"><a href="#">Paste Cell Above</a></li>
<li id="paste_cell_below" class="ui-state-disabled"><a href="#">Paste Cell Below</a></li>
<li id="paste_cell_replace" class="ui-state-disabled"><a href="#">Paste Cell Replace</a></li>
<li id="paste_cell_replace" class="ui-state-disabled"><a href="#">Paste Cell &amp; Replace</a></li>
<li id="delete_cell"><a href="#">Delete</a></li>
<hr/>
<li id="split_cell"><a href="#">Split Cell</a></li>