summaryrefslogtreecommitdiff
path: root/Docs/Tutorial.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Docs/Tutorial.txt')
-rw-r--r--Docs/Tutorial.txt2
1 files changed, 1 insertions, 1 deletions
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}')" )