diff --git a/source/blender/blenkernel/intern/curves.cc b/source/blender/blenkernel/intern/curves.cc index 589a1a9208e..e3e867fa140 100644 --- a/source/blender/blenkernel/intern/curves.cc +++ b/source/blender/blenkernel/intern/curves.cc @@ -209,7 +209,7 @@ IDTypeInfo IDType_ID_CV = { /*main_listbase_index */ INDEX_ID_CV, /*struct_size */ sizeof(Curves), /*name */ "Hair Curves", - /*name_plural */ "Hair Curves", + /*name_plural */ "curves", /*translation_context */ BLT_I18NCONTEXT_ID_CURVES, /*flags */ IDTYPE_FLAGS_APPEND_IS_REUSABLE, /*asset_type_info */ nullptr,