summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Configurations/Templates2.page
diff options
context:
space:
mode:
authorxue <>2006-04-20 12:17:46 +0000
committerxue <>2006-04-20 12:17:46 +0000
commitf4a715e98befac72626b7d7a94f98882fee37c32 (patch)
tree7b849cbb9210d98bba234efdb42975ee5c342cc6 /demos/quickstart/protected/pages/Configurations/Templates2.page
parent20f7dfe3340eb1ada7a96e4c24704ecb9445e8d9 (diff)
Fixed an inconsistency between tutorial and actual framework code.
Diffstat (limited to 'demos/quickstart/protected/pages/Configurations/Templates2.page')
-rw-r--r--demos/quickstart/protected/pages/Configurations/Templates2.page2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/Configurations/Templates2.page b/demos/quickstart/protected/pages/Configurations/Templates2.page
index 9fc06fb4..17502151 100644
--- a/demos/quickstart/protected/pages/Configurations/Templates2.page
+++ b/demos/quickstart/protected/pages/Configurations/Templates2.page
@@ -93,7 +93,7 @@ Localization tags represent localized texts. They are in the following format,
&lt;%[string]%&gt;
</com:TTextHighlighter>
<p>
-where <tt>string</tt> will be translated to different languages according to the end-user's language preference.
+where <tt>string</tt> will be translated to different languages according to the end-user's language preference. Localization tags are in fact shortcuts to the function call <tt>Prado::localize(string)</tt>.
</p>
</com:TContent> \ No newline at end of file