summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-07 08:19:14 +0100
committerAndrew Dolgov <[email protected]>2005-09-07 08:19:14 +0100
commite828e31e83e8d487ad02fd9831690b8d113218fe (patch)
tree8b6c56cd5128466985e07966e2fde5bdea76c8ab /tt-rss.js
parent94f6fd94e5e05c929bbf6e39b5dce0a9b3ce1fb5 (diff)
big interface overhaul, new logo
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 2bd19f138..d8e9dc6a8 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -62,7 +62,7 @@ function feedlist_callback() {
function refetch_callback() {
if (xmlhttp_rpc.readyState == 4) {
- notify("All feeds updated");
+ notify("All feeds updated.");
active_feed_id = frames["feeds-frame"].document.getElementById("ACTFEEDID").innerHTML;