From 10274c7728080f95e460a9e36a037f1c5d05dfe2 Mon Sep 17 00:00:00 2001 From: Kerrick Long Date: Fri, 15 Jul 2011 10:27:26 -0500 Subject: [PATCH] Fixed wording --- js/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/common.js b/js/common.js index b375379..67b32dc 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, 'The Reddit API Timed Out. Refresh to try loading again.'); + button.setBadgeError(tabId, 'The Reddit API Timed Out. Click to try loading again.'); } button.setBadgeLoading(tabId);