From: Andrew Dolgov Date: Thu, 17 May 2007 07:56:08 +0000 (+0100) Subject: do not auto-hide notify box when subscribing to feed X-Git-Tag: schema_freeze_for_1.2.11~20 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=1ba6daf78e5d12759e8f3dcc6913c705fc5313bb;p=tt-rss.git do not auto-hide notify box when subscribing to feed --- diff --git a/functions.js b/functions.js index eea2515a..d14b632d 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();