After five what?

This commit is contained in:
Kerrick Long
2011-07-15 17:49:18 -05:00
parent 00de6eb564
commit 0cf1136133
+1 -1
View File
@@ -323,7 +323,7 @@ RedditAPI.prototype.getInfo = function (url, tabId) {
function handleTimeout () {
req.abort();
button.setBadgeError(tabId, 'API Timeout after ' + settings.get('timeoutLength') + '. Click to try again.');
button.setBadgeError(tabId, 'API Timeout after ' + settings.get('timeoutLength') + ' seconds. Click to try again.');
}
button.setBadgeLoading(tabId);