From b9a3ef486ebcde18a5ade37865ff8f397185d24f Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Sun, 24 Jul 2016 05:30:59 -0400
Subject: [PATCH] Fixed #3979 Mailbox users unable to save autoresponders

---
 server/conf/error/it/404.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/server/conf/error/it/404.html b/server/conf/error/it/404.html
index 0f9cc8a..d3246fa 100644
--- a/server/conf/error/it/404.html
+++ b/server/conf/error/it/404.html
@@ -49,8 +49,8 @@
             <h1>ERROR 404 - Non trovato!</h1>
         </div>
         <div id="content">
-            <h2>Si � verificato il seguente errore:</h2>
-            <p>L'indirizzo richiesto non � stato trovato in questo server.</p>
+            <h2>Si è verificato il seguente errore:</h2>
+            <p>L'indirizzo richiesto non è stato trovato in questo server.</p>
 			<p>Contatta il <!--WEBMASTER//-->webmaster<!--WEBMASTER//-->.</p>
         </div>
         <div id="footer">

--
Gitblit v1.9.1