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:06:39 UTC

[08/50] docs commit: [CB-3820] function of TopActivityIndicator is now clear

[CB-3820] function of TopActivityIndicator is now clear


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

Branch: refs/heads/master
Commit: 26e0f82a81ffde6e870b916803203af1a6f99ce4
Parents: 2d8e805
Author: Mike Sierra <ms...@adobe.com>
Authored: Wed Sep 18 12:32:08 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Sat Sep 21 14:00:24 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/26e0f82a/docs/en/edge/guide/platforms/ios/config.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/ios/config.md b/docs/en/edge/guide/platforms/ios/config.md
index 58797a2..1858833 100644
--- a/docs/en/edge/guide/platforms/ios/config.md
+++ b/docs/en/edge/guide/platforms/ios/config.md
@@ -53,14 +53,13 @@ following defines splash screens for each type of screen:
 
 ## iOS Preferences
 
-* `TopActivityIndicator` (string, defaults to `gray`): this is the top
-  spinning throbber in the status/battery bar, valid values are
-  `whiteLarge`, `white`, and `gray`.
+* `TopActivityIndicator` (string, defaults to `gray`): controls the
+  appearance of the small spinning icon that appears in the
+  status/battery bar to indicate a demanding process is executing.
+  Valid values are `whiteLarge`, `white`, and `gray`.
 
         <preference name="TopActivityIndicator" value="white"/>
 
-<!-- QUERY I: describe TopActivityIndicator top spinning throbber -->
-
 * `EnableLocation` (boolean, defaults to `false`): set to `true`, to
   initialize the Geolocation plugin at start-up (so the fix on your
   location can be more accurate) __DEPRECATED__: please set the