update description of sticky tooltip

> Tooltip will linger for 10 seconds while you type
This commit is contained in:
Min RK 2015-03-29 15:45:06 -07:00
parent b1d70df578
commit 1f8cccbecc

View File

@ -65,7 +65,7 @@ define([
this._clocklink = $('<a/>').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 = $('<span/>').text('Close');
clockspan.addClass('ui-icon');
clockspan.addClass('ui-icon-clock');