From b748270249722b7fd107006a12cb984f2f030b6e Mon Sep 17 00:00:00 2001 From: "Florian Aders (EleRas)" Date: Wed, 27 Nov 2013 08:59:00 +0100 Subject: [PATCH] Fixed type Signed-off-by: Florian Aders (EleRas) --- lng/english.lng.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lng/english.lng.php b/lng/english.lng.php index 609c6944..17b5dd66 100644 --- a/lng/english.lng.php +++ b/lng/english.lng.php @@ -1978,4 +1978,4 @@ $lng['serversettings']['phpfpm_settings']['ipcdir']['title'] = 'FastCGI IPC dire $lng['serversettings']['phpfpm_settings']['ipcdir']['description'] = 'The directory where the php-fpm sockets will be stored by the webserver.
This directory has to be readable for the webserver'; $lng['panel']['news'] = 'News'; $lng['error']['sslredirectonlypossiblewithsslipport'] = 'Using the SSL redirect is only possible when the domain has at least one ssl-enabled IP/port combination assigned.'; -$lng['error']['fcgidstillenableddeadlock'] = 'FCGID is currently active.
Please deactivate it before switching to another webserver then Apache2'; +$lng['error']['fcgidstillenableddeadlock'] = 'FCGID is currently active.
Please deactivate it before switching to another webserver than Apache2';