diff --git a/Tools/_CP14/LocalizationHelper/LocalizationHelper/entity.py b/Tools/_CP14/LocalizationHelper/LocalizationHelper/entity.py index 89e92970aa..fbd5af520b 100644 --- a/Tools/_CP14/LocalizationHelper/LocalizationHelper/entity.py +++ b/Tools/_CP14/LocalizationHelper/LocalizationHelper/entity.py @@ -84,7 +84,7 @@ class Entity: def check_prototype_attrs(prototype: Entity, without_parent_check: bool = False) -> bool: """ - Checks if the prototype has all of the attributes: name, desc, suff, parent + Checks if the prototype has any of the attributes: name, desc, suff, parent """ if prototype.name: return True