Skip to content

Commit d8506ed

Browse files
committed
Changed copy button from '</>' to 'clone'
1 parent 302930a commit d8506ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/MixedRealityToolkit/Inspectors/Profiles/BaseMixedRealityProfileInspector.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ private static bool RenderProfileInternal(SerializedProperty property, GUIConten
124124

125125
if (!renderedProfile.IsCustomProfile && profile.IsCustomProfile)
126126
{
127-
if (GUILayout.Button(new GUIContent("</>", "Replace with a copy of the default profile."), EditorStyles.miniButton, GUILayout.Width(32f)))
127+
if (GUILayout.Button(new GUIContent("Clone", "Replace with a copy of the default profile."), EditorStyles.miniButton, GUILayout.Width(42f)))
128128
{
129129
profileToCopy = renderedProfile;
130130
var profileTypeName = property.objectReferenceValue.GetType().Name;

0 commit comments

Comments
 (0)