Testing a fix for UTF-8 Finnish letters in email body. Part 2

pull/209/head^2
Sami Nieminen 2015-06-09 05:32:31 +00:00
parent 11e0ad4aa1
commit a7b57f74af
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ $sm_lang = array(
// for newlines in the email messages use <br/>
'notifications' => array(
'off_sms' => 'Palvelin \'%LABEL%\' on SAMMUNUT: ip=%IP%, portti=%PORT%. Virhe=%ERROR%',
'off_email_subject' => 'T&Auml;RKEÄÄ: Palvelin \'%LABEL%\' on SAMMUNUT',
'off_email_subject' => 'T%C3%84RKEÄÄ: Palvelin \'%LABEL%\' on SAMMUNUT',
'off_email_body' => "Virhe yhdistettäessä seuraavaan palvelimeen:<br/><br/>Palvelin: %LABEL%<br/>IP: %IP%<br/>Portti: %PORT%<br/>Virhe: %ERROR%<br/>Aika: %DATE%",
'off_pushover_title' => 'Palvelin \'%LABEL%\' on sammunut',
'off_pushover_message' => "Virhe yhdistettäessä seuraavaan palvelimeen:<br/><br/>Palvelin: %LABEL%<br/>IP: %IP%<br/>Portti: %PORT%<br/>Virhe: %ERROR%<br/>Aika: %DATE%",