aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorTrevor Johns <trevorjohns@google.com>2013-09-09 13:34:57 -0700
committerTrevor Johns <trevorjohns@google.com>2013-09-09 13:34:57 -0700
commit42a466b3dc88bc0ef66f80993cb817e160deaaae (patch)
tree500f1e0168168987062ae55b7f2cc5a05301576c /common
parent4de21652d640194c992c0d3f68bd4a02b46b90a8 (diff)
downloadandroid-42a466b3dc88bc0ef66f80993cb817e160deaaae.tar.gz
Sample templates: Fix reference for intro_message
The intro_message string comes from sample.strings.intro, not sample.intro. Change-Id: I944114341557008afc009fec0bcf8cbec7eead63
Diffstat (limited to 'common')
-rwxr-xr-xcommon/build/templates/base/_MODULE_/src/template/res/values/base-strings.xml.ftl2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/build/templates/base/_MODULE_/src/template/res/values/base-strings.xml.ftl b/common/build/templates/base/_MODULE_/src/template/res/values/base-strings.xml.ftl
index 111d279d..082c96fb 100755
--- a/common/build/templates/base/_MODULE_/src/template/res/values/base-strings.xml.ftl
+++ b/common/build/templates/base/_MODULE_/src/template/res/values/base-strings.xml.ftl
@@ -2,7 +2,7 @@
<string name="app_name">${sample.name}</string>
<string name="intro_message">
<![CDATA[
- ${sample.intro}
+ ${sample.strings.intro}
]]>
</string>
</resources> \ No newline at end of file