From 0cf113613358868ae4f610dac7e4db788ae3d4f0 Mon Sep 17 00:00:00 2001 From: Kerrick Long Date: Fri, 15 Jul 2011 17:49:18 -0500 Subject: [PATCH] After five what? --- js/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/common.js b/js/common.js index b5593a8..ea8e328 100644 --- a/js/common.js +++ b/js/common.js @@ -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);