Skip to content

Commit 7c4ef61

Browse files
Merge pull request #1181 from Cocodrulo/fix/warning-lang-msg
Fix warning message by adding white color again
2 parents db7fbdb + 1b41742 commit 7c4ef61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/locale.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function Locale:t(key, subs)
102102
-- At this point we know whether the phrase does not exist for this key
103103
else
104104
if self.warnOnMissing then
105-
print(('^3Warning: Missing phrase for key: "%s"'):format(key))
105+
print(('^3Warning: Missing phrase for key: "%s"^0'):format(key))
106106
end
107107
if self.fallback then
108108
return self.fallback:t(key, subs)

0 commit comments

Comments
 (0)