]> git.wh0rd.org - tt-rss.git/commitdiff
updateFeedList() now displays saner notify() message
authorAndrew Dolgov <fox@madoka.spb.ru>
Tue, 23 Aug 2005 06:22:28 +0000 (07:22 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Tue, 23 Aug 2005 06:22:28 +0000 (07:22 +0100)
tt-rss.js

index a986931f7bb5b009bd3cda826fbfa1418c1428c3..392ec70d8f53df647ecee526377aa6c5f85788e8 100644 (file)
--- 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";