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) {