From 194d8aa42de1d665905733a0894f2a89d8381963 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Sun, 6 Mar 2011 11:56:26 -0600 Subject: [PATCH] Clarify messages in trainer scan output. --- Scanner.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scanner.lua b/Scanner.lua index 826b4ad..a52c7f6 100644 --- a/Scanner.lua +++ b/Scanner.lua @@ -734,7 +734,7 @@ do end if teachflag then - table.insert(output, "Missing entries (need to be added):") + table.insert(output, "Trainer is missing from the following entries:") table.sort(teach) for i in ipairs(teach) do @@ -743,7 +743,7 @@ do end if noteachflag then - table.insert(output, "Extra entries (need to be removed):") + table.insert(output, "Trainer does not teach the following entries (should be removed):") table.sort(noteach) for i in ipairs(noteach) do -- 1.7.9.5