Skip to content
Snippets Groups Projects
Commit 2de6061d authored by Paul ProductEngine's avatar Paul ProductEngine
Browse files

STORM-1030 FIXED Main menu change: 'Me->Change Outfit' to 'Me->My Appearance'

Changed label in:

- Main menu
- Self avatar menu
- Self avatar attachment menu
parent df63c693
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ name="Stand Up">
function="Self.EnableStandUp" />
</menu_item_call>
<menu_item_call
label="Change Outfit"
label="My Appearance"
name="Change Outfit">
<menu_item_call.on_click
function="CustomizeAvatar" />
......
......@@ -193,7 +193,7 @@
</menu_item_call>
</context_menu>
<menu_item_call
label="Change Outfit"
label="My Appearance"
layout="topleft"
name="Chenge Outfit">
<menu_item_call.on_click
......
......@@ -41,7 +41,7 @@
parameter="agent" />
</menu_item_call>
<menu_item_call
label="Change Outfit"
label="My Appearance"
name="ChangeOutfit">
<menu_item_call.on_click
function="CustomizeAvatar" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment