Skip to content

Commit

Permalink
Rename Prefabs to Templates
Browse files Browse the repository at this point in the history
  • Loading branch information
IzaZed committed Jan 12, 2023
1 parent 23469bd commit 2871e89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ def draw(self, context):


class BGE_PT_LogicTreeGroups(bpy.types.Panel):
bl_label = "Tree Prefabs and Subtrees"
bl_label = "Tree Templates and Subtrees"
bl_space_type = "NODE_EDITOR"
bl_region_type = "UI"
bl_category = "Dashboard"
Expand All @@ -476,7 +476,7 @@ def draw(self, context):
layout.separator()
prefabs = layout.box()
title = prefabs.box()
title.label(text='Node Prefabs:')
title.label(text='Node Templates:')
template_col = prefabs.column()
template_col.scale_y = 1.4
template_col.operator(
Expand Down

0 comments on commit 2871e89

Please sign in to comment.