commit | 42a466b3dc88bc0ef66f80993cb817e160deaaae | [log] [tgz] |
---|---|---|
author | Trevor Johns <trevorjohns@google.com> | Mon Sep 09 13:34:57 2013 -0700 |
committer | Trevor Johns <trevorjohns@google.com> | Mon Sep 09 13:34:57 2013 -0700 |
tree | 500f1e0168168987062ae55b7f2cc5a05301576c | |
parent | 4de21652d640194c992c0d3f68bd4a02b46b90a8 [diff] |
Sample templates: Fix reference for intro_message The intro_message string comes from sample.strings.intro, not sample.intro. Change-Id: I944114341557008afc009fec0bcf8cbec7eead63
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 111d279..082c96f 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