Skip to content

Commit

Permalink
#6335: Rename main menu entry from "Show Entity Class Tree..." to "Sh…
Browse files Browse the repository at this point in the history
…ow EntityDef Tree..."

Mappers are probably more familiar with the term entityDef.
  • Loading branch information
codereader committed Jan 14, 2024
1 parent dea567e commit 8371f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/menu.xml
Expand Up @@ -201,7 +201,7 @@
<menuItem name="connectEntity" caption="&amp;Connect selected entities" command="ConnectSelection" />
<menuItem name="bindEntity" caption="&amp;Bind selected entities" command="BindSelection" />
<menuItem name="animviewer" caption="MD5 Animation Viewer" command="AnimationPreview" />
<menuItem name="entityclasstree" caption="Entity Class Tree..." command="EntityClassTree" icon="icon_classname.png" />
<menuItem name="entityclasstree" caption="EntityDef Tree..." command="EntityClassTree" icon="icon_classname.png" />
<menuItem name="particleEditor" caption="Particle Editor..." command="ParticlesEditor" icon="particle16.png" />
</subMenu>

Expand Down

0 comments on commit 8371f37

Please sign in to comment.