Skip to content

Commit 119ae7e

Browse files
authored
Merge pull request #148 from Unity-Technologies/UNI-25709-change-convert-to-prefab-name
UNI-25709 change menu item name to "Convert to Linked Prefab Instance"
2 parents e9de7d7 + ae25d60 commit 119ae7e

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)