summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
Diffstat (limited to 'Docs')
-rw-r--r--Docs/Reference.txt4
-rw-r--r--Docs/Tutorial.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/Docs/Reference.txt b/Docs/Reference.txt
index cc2ea2a..eca00f8 100644
--- a/Docs/Reference.txt
+++ b/Docs/Reference.txt
@@ -821,7 +821,7 @@ True, if one parameter is true.
---------
True, if both parameters are true.
- equal('Kanäle', trans('Channels'))
+ equal('Kanäle', trans('Channels'))
3.5 ne
---------
@@ -868,7 +868,7 @@ Returns the parameter, if the file exists in the skin directory.
---------
Rreturn the translation (i18n) of the parameter, false, if no translation is found.
- equal('Kanäle', trans('Channels'))
+ equal('Kanäle', trans('Channels'))
4. Attributes
diff --git a/Docs/Tutorial.txt b/Docs/Tutorial.txt
index 1b95588..b173824 100644
--- a/Docs/Tutorial.txt
+++ b/Docs/Tutorial.txt
@@ -231,7 +231,7 @@ The same applies to "{MenuTitle:clean}" if a logo for the current menu page is w
* file - returns the parameter, if the file exists in the skin directory
(e.g. "file('logos/{ChannelName}.png')" )
* trans - return the translation (i18n) of the parameter, false, if no translation is found
- (e.g. "equal('Kanäle', trans('Channels'))" )
+ (e.g. "equal('Kanäle', trans('Channels'))" )
Normally strings in function are quoted in quotation marks, only if the simply consists of a token the quotation marks can be omitted. (e.g. "not({MenuText})" instead of "not('{MenuText}')" )