From 11c2f3fae5a492c5bbf7d93f62cee057f3aeb6aa Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 23 Aug 2005 07:22:28 +0100 Subject: updateFeedList() now displays saner notify() message --- tt-rss.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tt-rss.js') 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"; -- cgit v1.2.3