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;')