Skip to content

Commit c57f3d0

Browse files
committed
fix typo in descriptions
1 parent b8ded88 commit c57f3d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adventure-editor/src/main/java/com/bladecoder/engineeditor/ui/EditActorDialog.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ public class EditActorDialog extends EditModelDialog<Scene, BaseActor> {
6565
Project.IMAGE_RENDERER_STRING, Project.S3D_RENDERER_STRING };
6666

6767
public static final String TYPES_INFO[] = {
68-
"Background actors don't have sprites or animations. The are used to use objects drawed in the background",
68+
"Background actors don't have sprites or animations. They are used to interact with objects drawn in the background",
6969
"Sprite actors have one or several sprites or animations",
7070
"Character actors have dialogs and stand, walk and talk animations",
71-
"Obstacle actors forbids zones for walking actors", "Anchor actors are used por positioning other actors" };
71+
"Obstacle actors forbids zones for walking actors", "Anchor actors are used as reference for positioning other actors" };
7272

7373
public static final String RENDERERS_INFO[] = { "Atlas actor allows 2d image and animations",
7474
"Spine actors allow Spine 2d skeletal animations", "3d actors allow 3d models and animations",

0 commit comments

Comments
 (0)