summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrban Müller2019-01-09 16:22:23 +0100
committerChristian Helbling2019-01-14 14:43:20 +0100
commit4b234ab26583e680e408c3b659a1cd58a7fa9bb9 (patch)
tree34a47c2371c9c75c6f3d4f34dd1c5f62032aa95e
parent0cbd104cc306c0148325c35910b3f0b50e0b99e1 (diff)
downloaditools-4b234ab26583e680e408c3b659a1cd58a7fa9bb9.tar.gz
itools-4b234ab26583e680e408c3b659a1cd58a7fa9bb9.tar.bz2
itools-4b234ab26583e680e408c3b659a1cd58a7fa9bb9.zip
fix greedy replace
-rw-r--r--it_text.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it_text.class b/it_text.class
index 554fcda..f3c9fe0 100644
--- a/it_text.class
+++ b/it_text.class
@@ -34,7 +34,7 @@ class it_text
* @param $p['fallbacklanguage'] optional language to use for undefined texts (useful for partially translated projects)
* @param $p['forcelanguage'] optional language to use instead of user's preferred language
* @param $p['global'] store text object in global it_text for global functions (default: true)
- * @param $p['phpfile'] optional texts it::file(s), default: all texts.php in include path
+ * @param $p['phpfile'] optional texts file(s), default: all texts.php in include path
* @param $p['phpfiles'] text files to load in addition to $p['phpfile'] (Note: $p['phpfile'] defaults to all texts.php files in include path)
* @param $p['transmogrifiers'] comma separated functions that may be called by using {foo:bar} (foo will be called with bar as argument) in T()
*/