From 404c729302f2536edb1cc9aebf63d9e89753438e Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Fri, 22 Apr 2016 03:41:06 -0400
Subject: [PATCH] Fixed 404 problem in HHVM PHP mode.

---
 interface/web/help/lib/lang/pl_support_message_list.lng |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/interface/web/help/lib/lang/pl_support_message_list.lng b/interface/web/help/lib/lang/pl_support_message_list.lng
index a954607..78e1eaf 100644
--- a/interface/web/help/lib/lang/pl_support_message_list.lng
+++ b/interface/web/help/lib/lang/pl_support_message_list.lng
@@ -1,7 +1,7 @@
-<?php
-$wb['list_head_txt'] = 'Wiadomość pomocy';
-$wb['sender_id_txt'] = 'Nadawca';
-$wb['subject_txt'] = 'Temat';
-$wb["add_new_record_txt"] = 'Dodaj nową wiadomość pomocy';
-?>
-
+<?php
+$wb['list_head_txt'] = 'Wiadomości';
+$wb['sender_id_txt'] = 'Nadawca';
+$wb['subject_txt'] = 'Temat';
+$wb['add_new_record_txt'] = 'Wyślij wiadomość';
+$wb['date_txt'] = 'Date';
+?>

--
Gitblit v1.9.1