summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
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 54e069e78..40ab1b720 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -476,7 +476,7 @@ function quickMenuGo(opid) {
var fn = getFeedName(actid);
- var pr = __("Remove all (except starred) stored articles for %s?").replace("%s", fn);
+ var pr = __("Erase all non-starred articles for %s?").replace("%s", fn);
if (confirm(pr)) {
clearFeedArticles(actid);