Skip to content

Commit 7540725

Browse files
committed
blueprint: Fix error message.
1 parent 4203539 commit 7540725

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Editor/BlueprintProjector.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ private static void CreateBlueprintProjector()
5959
}
6060
if (ta == null) {
6161
EditorUtility.DisplayDialog(
62-
"Visual Pinball Layouts",
63-
"Layouts added. You can switch between them using the drop down in the top right corner of the editor.",
64-
"Got it!");
62+
"Blueprint Projector",
63+
"No table found in scene. The blueprint projector only works with a table.",
64+
"Close");
6565
return;
6666
}
6767

0 commit comments

Comments
 (0)