summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-23 07:22:28 +0100
committerAndrew Dolgov <[email protected]>2005-08-23 07:22:28 +0100
commit11c2f3fae5a492c5bbf7d93f62cee057f3aeb6aa (patch)
tree2eafc99fbd4c670ec82fd3c12c81f5e0543dfc50 /tt-rss.js
parent019477814792d00ffda5e15e89bc1aca0520d972 (diff)
updateFeedList() now displays saner notify() message
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.js b/tt-rss.js
index a986931f7..392ec70d8 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -127,7 +127,7 @@ function scheduleFeedUpdate() {
function updateFeedList(silent, fetch) {
if (silent != true) {
- notify("Updating feed list...");
+ notify("Loading feed list...");
}
var query_str = "backend.php?op=feeds";