From 11e0ad4aa133dd00956bdc53234d32aafa6070ad Mon Sep 17 00:00:00 2001 From: Sami Nieminen Date: Tue, 9 Jun 2015 05:25:53 +0000 Subject: [PATCH] Testing a fix for UTF-8 Finnish letters in email body. --- src/lang/fi_FI.lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/fi_FI.lang.php b/src/lang/fi_FI.lang.php index 8f33870c..a9f53f78 100644 --- a/src/lang/fi_FI.lang.php +++ b/src/lang/fi_FI.lang.php @@ -260,7 +260,7 @@ $sm_lang = array( // for newlines in the email messages use
'notifications' => array( 'off_sms' => 'Palvelin \'%LABEL%\' on SAMMUNUT: ip=%IP%, portti=%PORT%. Virhe=%ERROR%', - 'off_email_subject' => 'TÄRKEÄÄ: Palvelin \'%LABEL%\' on SAMMUNUT', + 'off_email_subject' => 'TÄRKEÄÄ: Palvelin \'%LABEL%\' on SAMMUNUT', 'off_email_body' => "Virhe yhdistettäessä seuraavaan palvelimeen:

Palvelin: %LABEL%
IP: %IP%
Portti: %PORT%
Virhe: %ERROR%
Aika: %DATE%", 'off_pushover_title' => 'Palvelin \'%LABEL%\' on sammunut', 'off_pushover_message' => "Virhe yhdistettäessä seuraavaan palvelimeen:

Palvelin: %LABEL%
IP: %IP%
Portti: %PORT%
Virhe: %ERROR%
Aika: %DATE%",