Clarify messages in trainer scan output.
James D. Callahan III [03-06-11 - 17:56]
Clarify messages in trainer scan output.
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