diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -107,7 +107,7 @@ use T() to translate a label. Unknown labels are reported using it::error() Example: echo T('hello') . ' ' . Q($customer->name); - echo T('chainletter', 'name' => $customer->name); + echo T('greeting', 'name' => $customer->name); Functions: new it_text($config) -- read texts. usually called implicitly |