From 4070036454731508a7caa56d19e0d5bc9e64614c Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Sun, 31 Jan 2016 12:57:21 -0500
Subject: [PATCH] Updated and merged language files.

---
 interface/web/client/lib/lang/it_client_message_template.lng |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/interface/web/client/lib/lang/it_client_message_template.lng b/interface/web/client/lib/lang/it_client_message_template.lng
index 65e5fbf..ea748be 100644
--- a/interface/web/client/lib/lang/it_client_message_template.lng
+++ b/interface/web/client/lib/lang/it_client_message_template.lng
@@ -1,6 +1,5 @@
 <?php
 $wb['template_type_txt'] = 'Email type';
-$wb['template_name_txt'] = 'Template name';
 $wb['subject_txt'] = 'Subject';
 $wb['message_txt'] = 'Message';
 $wb['Email template'] = 'Email template';
@@ -8,4 +7,5 @@
 $wb['variables_txt'] = 'Variables';
 $wb['variables_description_txt'] = '(The username and password variables are only available in welcome emails.)';
 $wb['duplicate_welcome_error'] = 'There can be only one default welcome email template. Please edit the existing template instead of adding a new one.';
+$wb['template_name_txt'] = 'Template name';
 ?>

--
Gitblit v1.9.1