X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=functions.js;h=1b676a9ef245580150c1f66ab30063634c33481a;hb=d9084cf22059f709e935c6c0755d2b69c21b3a87;hp=aa9bdcefe30897820cf73dc492d160ee60a4405f;hpb=57c7aa0f335d1cfef65646c958b838fd69a9ba5d;p=tt-rss.git diff --git a/functions.js b/functions.js index aa9bdcef..1b676a9e 100644 --- a/functions.js +++ b/functions.js @@ -2224,7 +2224,7 @@ function feedArchiveRemove() { if (selected.length > 0) { - var pr = __("Remove selected feeds from archive?"); + var pr = __("Remove selected feeds from the archive? Feeds with stored articles will not be removed."); if (confirm(pr)) { Element.show('feed_browser_spinner');