[DALi][DOC-213] Update section titles
authorYoonsang Lee <ysang114.lee@samsung.com>
Wed, 15 Jul 2015 10:07:23 +0000 (19:07 +0900)
committerYoonsang Lee <ysang114.lee@samsung.com>
Wed, 15 Jul 2015 10:07:53 +0000 (19:07 +0900)
Signed-off-by: Yoonsang Lee <ysang114.lee@samsung.com>
Change-Id: Id74f5af64ebf7042d55697c0334cc8a38347a2ff

org.tizen.ui.guides/html/native/dali/animation_n.htm
org.tizen.ui.guides/html/native/dali/dali_applications_n.htm
org.tizen.ui.guides/html/native/dali/guides_dali_n.htm

index 5314cba..707ce6a 100755 (executable)
@@ -11,7 +11,7 @@
        <script type="text/javascript" src="../../scripts/core.js" charset="utf-8"></script>\r
        <script type="text/javascript" src="../../scripts/search.js" charset="utf-8"></script>\r
 \r
-       <title>Animations: Creating Transformations</title>  \r
+       <title>Animation: Creating Transformations</title>  \r
 </head>\r
 \r
 <body onload="prettyPrint()" style="overflow: auto;">\r
@@ -30,7 +30,7 @@
 </div>\r
 \r
 <div id="container"><div id="contents"><div class="content">\r
-<h1>Animations: Creating Transformations</h1>\r
+<h1>Animation: Creating Transformations</h1>\r
 \r
 <p>Animation is an effect that shows sequential frames in quick succession to give the illusion of movement.</p>\r
 \r
index fd09eec..6f841e7 100755 (executable)
@@ -11,7 +11,7 @@
        <script type="text/javascript" src="../../scripts/core.js" charset="utf-8"></script>\r
        <script type="text/javascript" src="../../scripts/search.js" charset="utf-8"></script>\r
 \r
-       <title>DALi Applications: Creating Your First DALi Application</title>  \r
+       <title>Application: Framework for DALi Application</title>  \r
 </head>\r
 \r
 <body onload="prettyPrint()" style="overflow: auto;">\r
@@ -30,7 +30,7 @@
 </div> \r
 \r
 <div id="container"><div id="contents"><div class="content">\r
-<h1>DALi Applications: Creating Your First DALi Application</h1>\r
+<h1>Application: Framework for DALi Application</h1>\r
 \r
 <p>The Adaptor framework provides the <span style="font-family: Courier New,Courier,monospace;">Dali::Application</span> class, which initializes and sets up DALi appropriately. The class provides many platform-related services.</p>\r
 \r
index 178ce2e..1472103 100755 (executable)
@@ -49,9 +49,9 @@
        <p>Enables you to handle DALi events.</p></li>
        <li><a href="ui_components_n.htm">UI Components: Creating the Application Layout</a>
        <p>Enables you to handle DALi UI components.</p></li>
-       <li><a href="animation_n.htm">Animations: Creating Transformations</a>
+       <li><a href="animation_n.htm">Animation: Creating Transformations</a>
        <p>Enables you to create animated effects.</p></li>
-       <li><a href="dali_applications_n.htm">DALi Applications: Creating Your First DALi Application</a>
+       <li><a href="dali_applications_n.htm">Application: Framework for DALi Application</a>
        <p>Enables you to create your first DALi application.</p></li>
        <li><a href="resources_n.htm">Resources: Handling Images</a>
        <p>Enables you to manage resource images.</p></li>