Fixed wording

This commit is contained in:
Kerrick Long
2011-07-15 10:27:26 -05:00
parent 0b30e87d66
commit 10274c7728
+1 -1
View File
@@ -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);