From 1297a0c82c5c7091f456e5010e919040aa66a903 Mon Sep 17 00:00:00 2001
From: ftimme <ft@falkotimme.com>
Date: Fri, 05 Jul 2013 11:03:38 -0400
Subject: [PATCH] - Fixed tabbing/format of quota notification emails.

---
 server/conf/mail/web_quota_notification_de.txt  |    4 ++--
 server/conf/mail/mail_quota_notification_de.txt |    6 +++---
 server/conf/mail/mail_quota_notification_en.txt |   10 +++++-----
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/server/conf/mail/mail_quota_notification_de.txt b/server/conf/mail/mail_quota_notification_de.txt
index f8f4d64..adb46cd 100644
--- a/server/conf/mail/mail_quota_notification_de.txt
+++ b/server/conf/mail/mail_quota_notification_de.txt
@@ -8,7 +8,7 @@
 Ihr E-Mail Konto {email} hat den verfügbaren Speicherplatz (nahezu) ausgeschöpft.
 
 E-Mail Konto: 			{email}
-Name:					{name}
+Name:				{name}
 Belegter Speicher:		{used}
-Verfügbarer Speicher:	{quota}
-Belegt:					{ratio}
\ No newline at end of file
+Verfügbarer Speicher:		{quota}
+Belegt:				{ratio}
\ No newline at end of file
diff --git a/server/conf/mail/mail_quota_notification_en.txt b/server/conf/mail/mail_quota_notification_en.txt
index 86716aa..74e03e6 100644
--- a/server/conf/mail/mail_quota_notification_en.txt
+++ b/server/conf/mail/mail_quota_notification_en.txt
@@ -7,8 +7,8 @@
 
 The mailbox {email} is near or over quota.
 
-Mailbox: 		{email}
-Name:			{name}
-Used space:		{used}
-Quota:			{quota}
-Usage ratio:		{ratio}
\ No newline at end of file
+Mailbox:			{email}
+Name:				{name}
+Used space:			{used}
+Quota:				{quota}
+Usage ratio:			{ratio}
\ No newline at end of file
diff --git a/server/conf/mail/web_quota_notification_de.txt b/server/conf/mail/web_quota_notification_de.txt
index 11d4af2..da73b78 100644
--- a/server/conf/mail/web_quota_notification_de.txt
+++ b/server/conf/mail/web_quota_notification_de.txt
@@ -7,8 +7,8 @@
 
 Ihre Webseite {domain} hat den verfügbaren Speicherplatz (nahezu) ausgeschöpft.
 
-Webseite:						 		{domain}
+Webseite:						{domain}
 Belegter Speicherplatz:					{used}
 Verfügbarer Speicherplatz:				{soft}
-Verfügbarer Speicherplatz (hard quota):	{hard}
+Verfügbarer Speicherplatz (hard quota):			{hard}
 Belegter Speicher in %:					{ratio}
\ No newline at end of file

--
Gitblit v1.9.1