Fix typos in names fo new mesh and texture IDTypeInfo.

This commit is contained in:
Bastien Montagne 2020-03-19 18:35:14 +01:00
parent e1b2ded7b2
commit 0b7854323d
2 changed files with 2 additions and 2 deletions

View File

@ -148,7 +148,7 @@ IDTypeInfo IDType_ID_ME = {
.id_filter = FILTER_ID_ME,
.main_listbase_index = INDEX_ID_ME,
.struct_size = sizeof(Mesh),
.name = "mesh",
.name = "Mesh",
.name_plural = "meshes",
.translation_context = BLT_I18NCONTEXT_ID_MESH,
.flags = 0,

View File

@ -128,7 +128,7 @@ IDTypeInfo IDType_ID_TE = {
.id_filter = FILTER_ID_TE,
.main_listbase_index = INDEX_ID_TE,
.struct_size = sizeof(Tex),
.name = "texture",
.name = "Texture",
.name_plural = "textures",
.translation_context = BLT_I18NCONTEXT_ID_TEXTURE,
.flags = 0,