From e01f81c8cd2ca4f0cd489f0931491a0c2fc3bae0 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 07 Nov 2011 05:50:54 -0500 Subject: [PATCH] Removed 2 items from todo which have been implemented. --- interface/web/help/lib/lang/pl_support_message.lng | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/interface/web/help/lib/lang/pl_support_message.lng b/interface/web/help/lib/lang/pl_support_message.lng index 7007f4a..5758dad 100644 --- a/interface/web/help/lib/lang/pl_support_message.lng +++ b/interface/web/help/lib/lang/pl_support_message.lng @@ -1,8 +1,8 @@ -<?php -$wb['recipient_id_txt'] = 'ID odbiorcy'; -$wb['sender_id_txt'] = 'ID nadawcy'; -$wb['subject_txt'] = 'Temat'; -$wb['message_txt'] = 'Wiadomość'; -$wb['tstamp_txt'] = 'Kalendarz'; -?> - +<?php +$wb['recipient_id_txt'] = 'ID odbiorcy'; +$wb['sender_id_txt'] = 'ID nadawcy'; +$wb['subject_txt'] = 'Temat'; +$wb['message_txt'] = 'Wiadomość'; +$wb['tstamp_txt'] = 'Kalendarz'; +$wb['reply_txt'] = 'Reply'; +?> -- Gitblit v1.9.1