|
@@ -1435,7 +1435,7 @@ StringName AnimatedSprite3D::get_animation() const {
|
|
|
PackedStringArray AnimatedSprite3D::get_configuration_warnings() const {
|
|
|
PackedStringArray warnings = SpriteBase3D::get_configuration_warnings();
|
|
|
if (frames.is_null()) {
|
|
|
- warnings.push_back(RTR("A SpriteFrames resource must be created or set in the \"Frames\" property in order for AnimatedSprite3D to display frames."));
|
|
|
+ warnings.push_back(RTR("A SpriteFrames resource must be created or set in the \"Sprite Frames\" property in order for AnimatedSprite3D to display frames."));
|
|
|
}
|
|
|
return warnings;
|
|
|
}
|