From a74d8db7f6ba49bdb1961d5dc66e0ba6fa4f6b4f Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Sat, 25 Sep 2010 12:31:19 -0400 Subject: [PATCH] Fixed typo in the debian multiserver guide. --- interface/web/help/lib/lang/cz_support_message.lng | 15 +++++++-------- 1 files changed, 7 insertions(+), 8 deletions(-) diff --git a/interface/web/help/lib/lang/cz_support_message.lng b/interface/web/help/lib/lang/cz_support_message.lng index a87ff0c..9d7ec90 100644 --- a/interface/web/help/lib/lang/cz_support_message.lng +++ b/interface/web/help/lib/lang/cz_support_message.lng @@ -1,8 +1,7 @@ -<?php -$wb['recipient_id_txt'] = 'ID Adresáta'; -$wb['sender_id_txt'] = 'ID Odesílatele'; -$wb['subject_txt'] = 'Předmět'; -$wb['message_txt'] = 'Zpráva'; -$wb['tstamp_txt'] = 'Časové razítko'; -?> - +<?php +$wb['recipient_id_txt'] = 'ID Adresáta'; +$wb['sender_id_txt'] = 'ID Odesílatele'; +$wb['subject_txt'] = 'Předmět'; +$wb['message_txt'] = 'Zpráva'; +$wb['tstamp_txt'] = 'Časové razítko'; +?> -- Gitblit v1.9.1