You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2014/08/27 19:57:16 UTC

android commit: CB-7410 clarify the title

Repository: cordova-android
Updated Branches:
  refs/heads/master c6ccde055 -> 12a27643d


CB-7410 clarify the title


Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/12a27643
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/12a27643
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/12a27643

Branch: refs/heads/master
Commit: 12a27643db8d0e01f412f5001e3aaaa187191abe
Parents: c6ccde0
Author: Marcel Kinard <cm...@gmail.com>
Authored: Wed Aug 27 13:56:31 2014 -0400
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Wed Aug 27 13:56:31 2014 -0400

----------------------------------------------------------------------
 test/assets/www/index.html  | 2 +-
 test/res/values/strings.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/12a27643/test/assets/www/index.html
----------------------------------------------------------------------
diff --git a/test/assets/www/index.html b/test/assets/www/index.html
index 2876d78..d4659f7 100755
--- a/test/assets/www/index.html
+++ b/test/assets/www/index.html
@@ -36,7 +36,7 @@
 
   </head>
   <body onload="init();" id="stage" class="theme">
-    <h1>Cordova Android Tests</h1>
+    <h1>Cordova Android Native Tests</h1>
     <div id="info">
         <h4>Cordova: <span id="cordova"> &nbsp;</span></h4>
         <h4>Deviceready: <span id="deviceready"> &nbsp;</span></h4>

http://git-wip-us.apache.org/repos/asf/cordova-android/blob/12a27643/test/res/values/strings.xml
----------------------------------------------------------------------
diff --git a/test/res/values/strings.xml b/test/res/values/strings.xml
index 2eff663..59e22e6 100644
--- a/test/res/values/strings.xml
+++ b/test/res/values/strings.xml
@@ -18,5 +18,5 @@
  under the License.
 -->
 <resources>
-   <string name="app_name">CordovaTests</string>
+   <string name="app_name">CordovaNativeTests</string>
 </resources>