From b8a511a5688f1b050ed9ee2bb76b5557154c9907 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Tue, 26 May 2009 23:34:33 +0300 Subject: Convert docs to UTF-8. --- Docs/Reference.txt | 4 ++-- Docs/Tutorial.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'Docs') 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}')" ) -- cgit v1.2.3