summaryrefslogtreecommitdiffstats
path: root/docs/html/resources/articles/tts.jd
diff options
context:
space:
mode:
authorDirk Dougherty <ddougherty@google.com>2012-03-05 22:55:49 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2012-03-05 22:55:49 -0800
commit56bab8bd83c4f54f876fdd76fc241197920129db (patch)
treea8ba602924d8f36f9654b0219f366562435836d0 /docs/html/resources/articles/tts.jd
parent5ab7b3d111feb28def87b3ed40b3e877c5f977e2 (diff)
parent4d7bc65538c7cd9fbb1fbbcf22d1da47fcee1219 (diff)
downloadframeworks_base-56bab8bd83c4f54f876fdd76fc241197920129db.zip
frameworks_base-56bab8bd83c4f54f876fdd76fc241197920129db.tar.gz
frameworks_base-56bab8bd83c4f54f876fdd76fc241197920129db.tar.bz2
am 4d7bc655: Doc change: String changes for Android Market
* commit '4d7bc65538c7cd9fbb1fbbcf22d1da47fcee1219': Doc change: String changes for Android Market
Diffstat (limited to 'docs/html/resources/articles/tts.jd')
-rw-r--r--docs/html/resources/articles/tts.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/resources/articles/tts.jd b/docs/html/resources/articles/tts.jd
index 7d07a89..929d084 100644
--- a/docs/html/resources/articles/tts.jd
+++ b/docs/html/resources/articles/tts.jd
@@ -43,7 +43,7 @@ our
know to install the data that's required for the device to become a
multi-lingual talking machine! Downloading and installing the data is
accomplished by firing off the ACTION_INSTALL_TTS_DATA intent, which will take
-the user to Android Market, and will let her/him initiate the download.
+the user to Google Play, and will let her/him initiate the download.
Installation of the data will happen automatically once the download completes.
Here is an example of what your implementation of
<code>onActivityResult()</code> would look like:</p>