jaehyun pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=62dc189286af7d1ed654499704a7132700007ab5
commit 62dc189286af7d1ed654499704a7132700007ab5 Author: Jaehyun Cho <[email protected]> Date: Wed Oct 26 13:01:20 2016 +0900 Fix typo in Enventor introduction. Correct typo to "easier" in Enventor introduction. --- README | 2 +- data/help/INTRO | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index d36f544..e59ab84 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ Enventor, which is also known as EDC (Edje Data Collections) Editor, is a EDC script editor tool that supports text editing and previewing functions for the EDC source code. -When your application requires real-time changeable layouts like animated ones, then you can write the layout design using EDC script, compile it into EDJ format file, and import it into your application using a UI layout component. You can also write design layouts from simple to complex ones using the EDC script with Enventor. Enventor helps you write EDC script code eaiser and finish your work faster. If you are not familiar with EDC programming, see Edje Programming Guide - https://w [...] +When your application requires real-time changeable layouts like animated ones, then you can write the layout design using EDC script, compile it into EDJ format file, and import it into your application using a UI layout component. You can also write design layouts from simple to complex ones using the EDC script with Enventor. Enventor helps you write EDC script code easier and finish your work faster. If you are not familiar with EDC programming, see Edje Programming Guide - https://w [...] [Requirements] diff --git a/data/help/INTRO b/data/help/INTRO index 333c061..f11de2e 100644 --- a/data/help/INTRO +++ b/data/help/INTRO @@ -2,7 +2,7 @@ </br> Enventor, which is also known as EDC (Edje Data Collections) Editor, is a EDC script editor tool that supports text editing and previewing functions for the EDC source code.</br> </br> -When your application requires real-time changeable layouts like animated ones, then you can write the layout design using EDC script, compile it into EDJ format file, and import it into your application using a UI layout component. You can also write design layouts from simple to complex ones using the EDC script with Enventor. Enventor helps you write EDC script code eaiser and finish your work faster. If you are not familiar with EDC programming, see Edje Programming Guide - https://w [...] +When your application requires real-time changeable layouts like animated ones, then you can write the layout design using EDC script, compile it into EDJ format file, and import it into your application using a UI layout component. You can also write design layouts from simple to complex ones using the EDC script with Enventor. Enventor helps you write EDC script code easier and finish your work faster. If you are not familiar with EDC programming, see Edje Programming Guide - https://w [...] </br> Please see the following sites for more information.</br> </br> --
