summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Fischer <enf@google.com>2012-03-28 09:16:29 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-03-28 09:16:29 -0700
commitbbeabed9dcb88af99d791e45769f26748faf2290 (patch)
tree7855e8d19ba8619abb3dbe4b2bfb3c27ed560eea
parent99a56cb36dabe758e556362aefa92039dd5f3ed2 (diff)
parentf9c5893a9abdc6de8b5e7a6b2160be033c88362a (diff)
downloadProtips-bbeabed9dcb88af99d791e45769f26748faf2290.tar.gz
Merge "Armor magic text in placeholders so it can't get damaged in translation."
-rw-r--r--res/values/arrays.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 9e91e94..0151261 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -34,7 +34,7 @@
<string-array name="tips">
<!-- Tip: Where the launcher icon is and what it does. With icon. -->
<item>See all your apps.\n
- Touch the Launcher icon. @drawable/all_apps</item>
+ Touch the Launcher icon. <xliff:g id="icon" example="icon">@drawable/all_apps</xliff:g></item>
<!-- Tip: Longpress in Launcher (all apps) to drag apps to the home screen. -->
<item>Drag apps to your Home screen.\n
@@ -46,7 +46,7 @@
<!-- Tip: Longpress icons/widgets and drag to trash to remove them. -->
<item>Remove items.\n
- Touch &amp; hold an item and when it vibrates, drag it to the Trash icon. @drawable/trash</item>
+ Touch &amp; hold an item and when it vibrates, drag it to the Trash icon. <xliff:g id="icon" example="icon">@drawable/trash</xliff:g></item>
<!-- Tip: Swipe to switch workspaces; drag items to move them to other
workspaces. -->