Skip to content

Commit 74a5831

Browse files
Scene editor compiler section: fix the Scene Key tooltip.
1 parent 4db8499 commit 74a5831

File tree

1 file changed

+1
-1
lines changed
  • source/v2/phasereditor/phasereditor.scene.ui.editor/src/phasereditor/scene/ui/editor/properties

1 file changed

+1
-1
lines changed

source/v2/phasereditor/phasereditor.scene.ui.editor/src/phasereditor/scene/ui/editor/properties/CompilerSection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ protected void accept(boolean value) {
121121

122122
{
123123
label(comp, "Scene Key",
124-
"*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. ");
124+
"*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. ");
125125
var text = new Text(comp, SWT.BORDER);
126126
text.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
127127
new TextListener(text) {

0 commit comments

Comments
 (0)