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";