Curves: change default name of curves object to Curves

This commit is contained in:
Jacques Lucke 2022-05-05 13:01:39 +02:00
parent bff9bf728e
commit ad119d327e
1 changed files with 1 additions and 1 deletions

View File

@ -2114,7 +2114,7 @@ static const char *get_obdata_defname(int type)
case OB_SPEAKER:
return DATA_("Speaker");
case OB_CURVES:
return DATA_("HairCurves");
return DATA_("Curves");
case OB_POINTCLOUD:
return DATA_("PointCloud");
case OB_VOLUME: