From 7eddaec3552d0e672a6e7aefaed89d528ac8d29f Mon Sep 17 00:00:00 2001 From: smariot Date: Thu, 24 Apr 2008 12:42:34 -0400 Subject: [PATCH] Removed the red markings for missing translations, it will probably just annoy people. --- lang.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang.lua b/lang.lua index 686e87c..5ae76ed 100644 --- a/lang.lua +++ b/lang.lua @@ -77,7 +77,8 @@ function QHFormatArray(text, array) end end - trans = string.format("|cffff0000[%s|||r%s|cffff0000]|r", text, trans) + -- Uncomment this to have missing translations marked in text. + --trans = string.format("|cffff0000[%s|||r%s|cffff0000]|r", text, trans) end end -- 2.11.4.GIT