Skip to content

Commit ae25d60

Browse files
committed
change menu item name
1 parent 3517d1f commit ae25d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/FbxExporters/Editor/ConvertToModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace Editor
1818
{
1919
public static class ConvertToModel
2020
{
21-
const string MenuItemName1 = "GameObject/Convert To Prefab";
21+
const string MenuItemName1 = "GameObject/Convert To Linked Prefab Instance";
2222

2323
/// <summary>
2424
/// OnContextItem is called either:

0 commit comments

Comments
 (0)