summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-05-17 08:56:08 +0100
committerAndrew Dolgov <[email protected]>2007-05-17 08:56:08 +0100
commit1ba6daf78e5d12759e8f3dcc6913c705fc5313bb (patch)
tree90d72351f843f5899a8453700ce0ba053924c45a /functions.js
parent156a785dc2a2e85898d36e48ddb02f354fb0bfa9 (diff)
do not auto-hide notify box when subscribing to feed
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.js b/functions.js
index eea2515a0..d14b632d1 100644
--- a/functions.js
+++ b/functions.js
@@ -1483,7 +1483,7 @@ function qaddFeed() {
return false;
}
- notify_progress("Adding feed...");
+ notify_progress(__("Subscribing to feed..."), true);
closeInfoBox();