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);