You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2012/02/22 09:15:23 UTC

[5/29] almost there

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/25b09ad7/example/www/storage.html
----------------------------------------------------------------------
diff --git a/example/www/storage.html b/example/www/storage.html
index fdfce6a..54b7e71 100644
--- a/example/www/storage.html
+++ b/example/www/storage.html
@@ -4,7 +4,7 @@
     <!-- meta name="viewport" content="width=device-width, height=device-height, user-scalable=yes, initial-scale=2.0, maximum-scale=4.0, minimum-scale=1.0" / -->
     <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no;" />
     <meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
-    <title>PhoneGap</title>
+    <title>Cordova</title>
     <link rel="stylesheet" href="master.css" type="text/css" media="screen"/>
     
     <script type="text/javascript">
@@ -40,7 +40,7 @@
             }, false);
         window.setTimeout(function() {
         	if (!deviceReady) {
-        		alert("Error: PhoneGap did not initialize.  Demo will not run correctly.");
+        		alert("Error: Cordova did not initialize.  Demo will not run correctly.");
         	}
         },1000);
     }