Skip to content

Commit fbbf0be

Browse files
New Sprite wizard update message.
1 parent 3788792 commit fbbf0be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/phasereditor/phasereditor.canvas.ui/src/phasereditor/canvas/ui/wizards/NewPage_SpriteSettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public void createControl(Composite parent) {
112112

113113
Label lblSelectTheAsset = new Label(container, SWT.NONE);
114114
lblSelectTheAsset.setLayoutData(new GridData(SWT.LEFT, SWT.CENTER, false, false, 2, 1));
115-
lblSelectTheAsset.setText("Select the asset for the sprite:");
115+
lblSelectTheAsset.setText("Select the sprite texture:");
116116

117117
SashForm sashForm = new SashForm(container, SWT.NONE);
118118
sashForm.setLayoutData(new GridData(SWT.FILL, SWT.FILL, false, true, 2, 1));

0 commit comments

Comments
 (0)