From f4a715e98befac72626b7d7a94f98882fee37c32 Mon Sep 17 00:00:00 2001
From: xue <>
Date: Thu, 20 Apr 2006 12:17:46 +0000
Subject: Fixed an inconsistency between tutorial and actual framework code.
---
demos/quickstart/protected/pages/Advanced/I18N.page | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'demos/quickstart/protected/pages/Advanced')
diff --git a/demos/quickstart/protected/pages/Advanced/I18N.page b/demos/quickstart/protected/pages/Advanced/I18N.page
index 75ee59ee..f37e5cf6 100644
--- a/demos/quickstart/protected/pages/Advanced/I18N.page
+++ b/demos/quickstart/protected/pages/Advanced/I18N.page
@@ -114,7 +114,7 @@ function clickMe($sender,$param)
Where the second parameter in localize takes an associative array with the key as the substitution to find in the text and replaced it with the associated value. The localize function does not solve the problem of localizing languages that have plural forms, the solution is to use TChoiceFormat.
-- cgit v1.2.3