Skip to content

Commit 0643cd4

Browse files
committed
fixed text for translation entry warning
1 parent af27b1b commit 0643cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/Internal/FileValidation/yaml.wscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ function verifyTweakXlFile(data) {
346346
Logger.Info(`Valid appearance names are: ${stringifyArray(Object.keys(entFactoryMapping))}`)
347347
}
348348
if (Object.keys(undefinedTranslationKeys).length > 0) {
349-
Logger.Warning("Your items seem to be missing appearance definitions:\n\t"
349+
Logger.Warning("Your project seems to be missing translation entries:\n\t"
350350
+ StringHelper.stringifyMapIndent(undefinedTranslationKeys));
351351
}
352352
}

0 commit comments

Comments
 (0)