summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-30 21:59:52 +0400
committerAndrew Dolgov <[email protected]>2013-03-30 21:59:52 +0400
commitb029f91621076f37e7399c6701b2392ed879541b (patch)
treedb2cd8bda82ca2ff8ae9f6ac4ac0cb5a3475c195 /js
parentaa5ac2cd3ae790690cb1154a81ffc06e45fd1bfb (diff)
archive: automatically subscribe user to originating feed while unarchiving
Diffstat (limited to '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";
}