summaryrefslogtreecommitdiff
path: root/js/viewfeed.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/viewfeed.js')
-rw-r--r--js/viewfeed.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/viewfeed.js b/js/viewfeed.js
index b7eaef362..caf40919e 100644
--- a/js/viewfeed.js
+++ b/js/viewfeed.js
@@ -1021,6 +1021,9 @@ function archiveSelection() {
op = "archive";
} else {
str = ngettext("Move %d archived article back?", "Move %d archived articles back?", rows.length);
+
+ str += " " + __("Please note that unstarred articles might get purged on next feed update.");
+
op = "unarchive";
}