Fix T75418: Outliner Blender File view has UNKNOWN category for armatures

Typo in rB57daecc2cf88.

Maniphest Tasks: T75418

Differential Revision: https://developer.blender.org/D7346
This commit is contained in:
Philipp Oeser 2020-04-06 13:03:15 +02:00
parent cc0819aee1
commit c03e5e7830
Notes: blender-bot 2023-12-22 20:14:11 +01:00
Referenced by issue #75418, Outliner view_mode = "Blender File": Armatures UNKNOWN
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ IDTypeInfo IDType_ID_AR = {
.main_listbase_index = INDEX_ID_AR,
.struct_size = sizeof(bArmature),
.name = "Armature",
.name_plural = "armature",
.name_plural = "armatures",
.translation_context = BLT_I18NCONTEXT_ID_ARMATURE,
.flags = 0,