[Title] change app title according to changed Tizen 2.2 UX guide rule
authorJoonghun Park <jh718.park@samsung.com>
Fri, 21 Jun 2013 02:51:19 +0000 (11:51 +0900)
committerJoonghun Park <jh718.park@samsung.com>
Fri, 21 Jun 2013 02:57:16 +0000 (11:57 +0900)
[solution] all characters are upper cases -> Only the first character
           is still  upper case, and last of the characters
           was changed to lower cases

Change-Id: Ie9dd3dde7551dc7e25e728c06a09047aed448149

index.html

index 60631f9..433539a 100755 (executable)
@@ -12,7 +12,7 @@
 </head>
 
 <body>
-    <h1>DEVICE IMAGE ROTATION</h1>
+    <h1>Device image rotation</h1>
     <div class="holder">
        <img id="logo" src="images/tizen_logo_light.png" alt="Tizen logo">
     </div>