summaryrefslogtreecommitdiffstats
path: root/docs/html
diff options
context:
space:
mode:
authorDirk Dougherty <ddougherty@google.com>2013-11-06 21:24:19 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2013-11-06 21:24:19 -0800
commit078ab2187ed369ba3bda38a48632f052022a3d95 (patch)
tree6d21ba78b21ccf3e99da6d6a5569ca512133fbaa /docs/html
parent0c3d627276797c0f8425cdb3c3e5e359931289d7 (diff)
parent8bd26cdbbcc802334227fd389e8dd3520700729b (diff)
downloadframeworks_base-078ab2187ed369ba3bda38a48632f052022a3d95.zip
frameworks_base-078ab2187ed369ba3bda38a48632f052022a3d95.tar.gz
frameworks_base-078ab2187ed369ba3bda38a48632f052022a3d95.tar.bz2
am 8bd26cdb: am a5f542a3: Doc change: adjust wording for Force RTL layout developer option.
* commit '8bd26cdbbcc802334227fd389e8dd3520700729b': Doc change: adjust wording for Force RTL layout developer option.
Diffstat (limited to 'docs/html')
-rw-r--r--docs/html/about/versions/kitkat.jd10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/html/about/versions/kitkat.jd b/docs/html/about/versions/kitkat.jd
index 92ebf65..bf28a4f 100644
--- a/docs/html/about/versions/kitkat.jd
+++ b/docs/html/about/versions/kitkat.jd
@@ -992,7 +992,7 @@ window.onhashchange = function () {
<img src="{@docRoot}images/kk-pseudolocale-rtl.png" alt="" width="260" style=
"margin-bottom:0;">
<p class="img-caption" style="padding-top:1.5em;line-height:1.25em;">
- Pseudo-locales make it easier to test your app's localization.
+ The <strong>Force RTL layout</strong> option makes it easier to test your app's localization.
</p>
</div>
@@ -1003,15 +1003,15 @@ window.onhashchange = function () {
files by using a new attribute.
</p>
-<h4 id="44-pseudolocale-rtl">RTL pseudo-locale</h4>
+<h4 id="44-pseudolocale-rtl">Force RTL Layout</h4>
<p>
- To make it easier to test and debug your layouts, Android includes an RTL
- pseudo-locale as a new developer option.
+ To make it easier to test and debug your layouts, Android includes a new
+ developer option to force RTL layout direction in all apps.
</p>
<p>
- The RTL pseudo-locale switches the device to RTL layout for all locales and
+ The Force RTL layout option switches the device to RTL layout for all locales and
displays text in your current language. This can help you find layout issues
across your app, without having to display the app in an RTL language. You
can access the RTL pseudo-localed as in <strong>Settings &gt; Developer