From 926090af97e98de5a946831d7fa24ba1cbf6f942 2015-03-30 20:40:08 From: Min RK Date: 2015-03-30 20:40:08 Subject: [PATCH] Backport PR #8190: update description of sticky tooltip > Tooltip will linger for 10 seconds while you type closes #7940 For 4.0, I think we should remove this state altogether. --- diff --git a/IPython/html/static/notebook/js/tooltip.js b/IPython/html/static/notebook/js/tooltip.js index d8c61eb..6a7e764 100644 --- a/IPython/html/static/notebook/js/tooltip.js +++ b/IPython/html/static/notebook/js/tooltip.js @@ -65,7 +65,7 @@ define([ this._clocklink = $('').attr('href', "#"); this._clocklink.attr('role', "button"); this._clocklink.addClass('ui-button'); - this._clocklink.attr('title', 'Tooltip is not dismissed while typing for 10 seconds'); + this._clocklink.attr('title', 'Tooltip will linger for 10 seconds while you type'); var clockspan = $('').text('Close'); clockspan.addClass('ui-icon'); clockspan.addClass('ui-icon-clock');