This commit is contained in:
in0finite 2022-01-22 00:31:10 +01:00
parent 2be483667a
commit bcc8d3d7e2

View file

@ -50,7 +50,7 @@ namespace SanAndreasUnity.Editor
{
if (!F.IsAppInEditTime)
{
EditorUtility.DisplayDialog("", "Exit play mode first.", "Ok");
EditorUtility.DisplayDialog("", "This can only be used in edit mode.", "Ok");
return;
}