From 0ee22c71f98b4d9481c03bf3032e1b8d94c8f12f Mon Sep 17 00:00:00 2001 From: ftimme <ft@falkotimme.com> Date: Mon, 26 Sep 2011 09:54:48 -0400 Subject: [PATCH] - Removed ufw configuration from installer to avoid "PHP Notice: Undefined index: ufw in /tmp/trunk/install/install.php on line 251". - Changed phpMyAdmin location in ISPConfig nginx vhost to allow phpmyadmin and phpmyadmin/ (with and without trailing slash). --- interface/web/help/lib/lang/en_support_message_list.lng | 15 +++++---------- 1 files changed, 5 insertions(+), 10 deletions(-) diff --git a/interface/web/help/lib/lang/en_support_message_list.lng b/interface/web/help/lib/lang/en_support_message_list.lng index ce62580..9f2b3fd 100644 --- a/interface/web/help/lib/lang/en_support_message_list.lng +++ b/interface/web/help/lib/lang/en_support_message_list.lng @@ -1,11 +1,6 @@ -<?php -$wb['list_head_txt'] = 'support_message'; -$wb['sender_id_txt'] = 'sender_id'; -$wb['subject_txt'] = 'subject'; -$wb['page_txt'] = 'Page'; -$wb['page_of_txt'] = 'of'; -$wb['page_next_txt'] = 'Next'; -$wb['page_back_txt'] = 'Back'; -$wb['delete_txt'] = 'Delete'; -$wb['filter_txt'] = 'Filter'; +<?php +$wb['list_head_txt'] = 'Support Messages'; +$wb['sender_id_txt'] = 'Sender'; +$wb['subject_txt'] = 'Subject'; +$wb["add_new_record_txt"] = 'Create new support message'; ?> \ No newline at end of file -- Gitblit v1.9.1