You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2013/09/21 14:07:17 UTC

[46/50] docs commit: [CB-3820] tighten up text for Android prefs

[CB-3820] tighten up text for Android prefs


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/2fb247f8
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/2fb247f8
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/2fb247f8

Branch: refs/heads/master
Commit: 2fb247f86c44fe189503926bcb2f815d6fe8637a
Parents: 83c7f91
Author: Mike Sierra <ms...@adobe.com>
Authored: Fri Sep 20 11:57:14 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Sat Sep 21 14:05:53 2013 +0200

----------------------------------------------------------------------
 docs/en/edge/guide/platforms/android/config.md | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/2fb247f8/docs/en/edge/guide/platforms/android/config.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/android/config.md b/docs/en/edge/guide/platforms/android/config.md
index 668e134..61ae1a6 100644
--- a/docs/en/edge/guide/platforms/android/config.md
+++ b/docs/en/edge/guide/platforms/android/config.md
@@ -24,25 +24,26 @@ across each application and CordovaWebView instance. This section
 details preferences that only apply to Android builds. See The
 config.xml File for information on global configuration options.
 
-* `LoadingDialog`: Display a native loading dialog when loading the
-  app. The value's format is _Title, Message_
+* `LoadingDialog`: Display a native dialog when loading the app. The
+  value's format is _Title, Message_
 
         <preference name="LoadingDialog" value="Please wait, the app is loading"/>
 
-* `LoadingPageDialog`: Display a native loading dialog when loading
-  sub-pages. The value's format is _Title, Message_
+* `LoadingPageDialog`: Display a native dialog when loading sub-pages
+  within an app. The value's format is _Title, Message_
 
         <preference name="LoadingPageDialog" value="Please wait, the data is loading"/>
 
 * `ErrorUrl`: Specifies an error page that displays in response to
-  standard HTTP errors in the 400-500 range. The specified file needs
-  to be placed in the top-level directory containing the home page and
-  other web assets.
+  standard HTTP errors in the 400-500 range. Place the specified file
+  in the top-level directory containing the home page and other web
+  assets.
 
         <preference name="ErrorUrl" value="error.html"/>
 
 * `LoadUrlTimeoutValue` (number, default is `20000`): When loading a
   page, the amount of time to wait before throwing a timeout error.
+  This example specifies 10 seconds rather than 20:
 
         <preference name="LoadUrlTimeoutValue" value="10000"/>
 
@@ -54,8 +55,7 @@ config.xml File for information on global configuration options.
 
 * `SplashScreen`: The name of the file minus its extension in the
   `res/drawable` directory.  Various assets must share this common
-  name in various subdirectories.  For details, see the _Icons and
-  Splash Screens_ section in The config.xml File.
+  name in various subdirectories.
 
         <preference name="SplashScreen" value="splash"/>