From 3172f5a4bca7a6f3a2f02a93729ab8fd6263aaca Mon Sep 17 00:00:00 2001 From: Graham Nelson Date: Sun, 10 Apr 2022 09:15:49 +0100 Subject: [PATCH] Fix for Mantis bug 2005 --- resources/Documentation/Examples/Footnotes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/Documentation/Examples/Footnotes.txt b/resources/Documentation/Examples/Footnotes.txt index 8d9e097c12..d10e78b497 100644 --- a/resources/Documentation/Examples/Footnotes.txt +++ b/resources/Documentation/Examples/Footnotes.txt @@ -47,7 +47,7 @@ Now, in order to let the player view these footnotes, we'll need to parse number Check looking up a footnote: if the number understood > footnotes mentioned, say "You haven't seen any such footnote." instead; - if the number understood < 1, say "Footnotes are numbered from 1." + if the number understood < 1, say "Footnotes are numbered from 1." instead. Carry out looking up a footnote: choose row with assignment of number understood in the Table of Footnotes;