updateFeedList() now displays saner notify() message

This commit is contained in:
Andrew Dolgov 2005-08-23 07:22:28 +01:00
parent 0194778147
commit 11c2f3fae5
1 changed files with 1 additions and 1 deletions

View File

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