From 74a58313195597339114dc041f11feef9c589c51 Mon Sep 17 00:00:00 2001 From: Arian Fornaris Date: Mon, 18 Feb 2019 22:21:15 -0500 Subject: [PATCH] Scene editor compiler section: fix the Scene Key tooltip. --- .../scene/ui/editor/properties/CompilerSection.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/v2/phasereditor/phasereditor.scene.ui.editor/src/phasereditor/scene/ui/editor/properties/CompilerSection.java b/source/v2/phasereditor/phasereditor.scene.ui.editor/src/phasereditor/scene/ui/editor/properties/CompilerSection.java index 7b5e41a6a..0c232279a 100644 --- a/source/v2/phasereditor/phasereditor.scene.ui.editor/src/phasereditor/scene/ui/editor/properties/CompilerSection.java +++ b/source/v2/phasereditor/phasereditor.scene.ui.editor/src/phasereditor/scene/ui/editor/properties/CompilerSection.java @@ -121,7 +121,7 @@ protected void accept(boolean value) { { label(comp, "Scene Key", - "*The unique key of this Scene. Must be unique within the entire Game instance.\nIf not set, the name of the file (without the extension) will be used. "); + "*The unique key of this Scene. Must be unique within the entire Game instance.\nIf not set, no constructor with the scene key will be generated. "); var text = new Text(comp, SWT.BORDER); text.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); new TextListener(text) {