From: Andrew Dolgov Date: Tue, 23 Aug 2005 06:22:28 +0000 (+0100) Subject: updateFeedList() now displays saner notify() message X-Git-Tag: 20050823-1~12 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=11c2f3fae5a492c5bbf7d93f62cee057f3aeb6aa;p=tt-rss.git updateFeedList() now displays saner notify() message --- diff --git a/tt-rss.js b/tt-rss.js index a986931f..392ec70d 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";