summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrban Müller2024-08-14 15:39:41 +0200
committerUrban Müller2024-08-14 15:39:41 +0200
commit3dc3524e2d24b71d84d6c15991c19101cc82ff10 (patch)
tree941ddb45aef5fbda0930bdc2817bc0fec1ce9e52
parent9287218831d8cf6034e03eef899f5d8e36bb2e18 (diff)
downloaditools-3dc3524e2d24b71d84d6c15991c19101cc82ff10.tar.gz
itools-3dc3524e2d24b71d84d6c15991c19101cc82ff10.tar.bz2
itools-3dc3524e2d24b71d84d6c15991c19101cc82ff10.zip
better example
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 44e32c1..3e8a771 100644
--- a/README
+++ b/README
@@ -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