Tour: use "pubDate eq 2018" as vc example
This example has a much higher utility value and also works with many
corpora, so it needs to be customized less often.
Change-Id: Ia0a562850be46b6cbf754e97df294904b93aa9d2
diff --git a/dev/js/src/tour/tours.js b/dev/js/src/tour/tours.js
index e08e684..2d604ea 100644
--- a/dev/js/src/tour/tours.js
+++ b/dev/js/src/tour/tours.js
@@ -36,7 +36,7 @@
loc.TOUR_vccho3ti = loc.TOUR_vccho3ti || "Corpus Assistant (2)";
loc.TOUR_vccho3 = loc.TOUR_vccho3 || "A drop down box lists some of the available metadata fields.";
loc.TOUR_vccho4ti = loc.TOUR_vccho4ti || "Corpus Assistant (3)";
- loc.TOUR_vccho4 = loc.TOUR_vccho4 || "This example defines a virtual corpus consisting of all documents with the document sigle " + loc.TOUR_DocSigle + ".";
+ loc.TOUR_vccho4 = loc.TOUR_vccho4 || "This example defines a virtual corpus consisting of all texts published in " + loc.TOUR_pubDate + ".";
loc.TOUR_vcStat1ti = loc.TOUR_vcStat1ti || "Corpus Statistics (1)";
loc.TOUR_vcStat1 = loc.TOUR_vcStat1 || "Click here to display the corpus statistics.";
loc.TOUR_vcStat2ti = loc.TOUR_vcStat2ti || "Corpus Statistics (2)";