# HG changeset patch # User HIROSE Yuuji # Date 1665757395 -32373 # Node ID 83119d97a2f29412bd9c3531fc83d6b70a296e71 # Parent 17cdef0e8767446240afd640314a3fa74e3bf5f0 Add English message(CSVget) diff -r 17cdef0e8767 -r 83119d97a2f2 s4-main.js --- a/s4-main.js Fri Oct 14 23:19:56 2022 +0859 +++ b/s4-main.js Fri Oct 14 23:22:48 2022 +0859 @@ -835,7 +835,9 @@ if (a.title == "Show All") { if (window.confirm(`50件以下に表示制限されています。 取得し直しますか? -Cancelを押すとこのまま取得します。`)) { +Cancelを押すとこのまま取得します。 +Seen articles limited to 50 items. +Push OK to get all articles, Cancel to get only seen articles.`)) { a.click(); return; }