]> git.wh0rd.org - tt-rss.git/commitdiff
do not auto-hide notify box when subscribing to feed
authorAndrew Dolgov <fox@madoka.spb.ru>
Thu, 17 May 2007 07:56:08 +0000 (08:56 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Thu, 17 May 2007 07:56:08 +0000 (08:56 +0100)
functions.js

index eea2515a031e345dbc162bf9a0610327829721e8..d14b632d1ca2875280f20fff80cab40f460c3b5b 100644 (file)
@@ -1483,7 +1483,7 @@ function qaddFeed() {
                return false;
        }
 
-       notify_progress("Adding feed...");
+       notify_progress(__("Subscribing to feed..."), true);
 
        closeInfoBox();