summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Fischer <enf@google.com>2012-03-23 14:30:26 -0700
committerEric Fischer <enf@google.com>2012-03-23 14:30:26 -0700
commitf9c5893a9abdc6de8b5e7a6b2160be033c88362a (patch)
tree848bfdc3d1e1f2e48350e8641655d94ae0b90b78
parente3d1a6393efe7ba4e7dadb3fb91eff4f39e64ff0 (diff)
downloadProtips-f9c5893a9abdc6de8b5e7a6b2160be033c88362a.tar.gz
Armor magic text in placeholders so it can't get damaged in translation.
Change-Id: I11a2f305565077cd95955ce301a0dba027ca2ed3
-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. -->