diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2005-12-21 11:24:22 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2005-12-21 11:24:22 +0100 |
| commit | 9c5eb35356d41d45114331296047d84d5c1ec3c5 (patch) | |
| tree | 64c04568e2093830167de9b3b6fd4a8052d05d62 /tt-rss.js | |
| parent | a09c655b230fcaa56f5c1bff35aea773a7ae3c50 (diff) | |
change updating feeds... prompt due to KnownBug
Diffstat (limited to 'tt-rss.js')
| -rw-r--r-- | tt-rss.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -140,7 +140,7 @@ function backend_sanity_check_callback() { function scheduleFeedUpdate(force) { - notify("Updating feeds in background..."); + notify("Updating feeds, please wait."); // document.title = "Tiny Tiny RSS - Updating..."; |