From 1a1e6e5261c0c83ebb3776eb24448a39d742a25b 2013-04-29 23:52:40 From: Erik Tollerud Date: 2013-04-29 23:52:40 Subject: [PATCH] Collapse -> Close in button description as suggested by @fperez --- diff --git a/IPython/frontend/html/notebook/static/js/pager.js b/IPython/frontend/html/notebook/static/js/pager.js index 52a52a0..d67de97 100644 --- a/IPython/frontend/html/notebook/static/js/pager.js +++ b/IPython/frontend/html/notebook/static/js/pager.js @@ -58,7 +58,7 @@ var IPython = (function (IPython) { ) this.pager_button_area.append( $('').attr('role', "button") - .attr('title',"Collapse the pager") + .attr('title',"Close the pager") .addClass('ui-button') .click(function(){that.collapse()}) .attr('style','position: absolute; right: 5px;')