summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2009-05-26 23:34:33 +0300
committerVille Skyttä <ville.skytta@iki.fi>2009-05-26 23:34:33 +0300
commitb8a511a5688f1b050ed9ee2bb76b5557154c9907 (patch)
tree459b9ad925865df48e621fa2282fe0eb4c33f553 /Docs
parentfc6cc4805021b63f2a8512528d3146f9ff6b0f67 (diff)
downloadvdr-plugin-text2skin-b8a511a5688f1b050ed9ee2bb76b5557154c9907.tar.gz
vdr-plugin-text2skin-b8a511a5688f1b050ed9ee2bb76b5557154c9907.tar.bz2
Convert docs to UTF-8.
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}')" )