From 95acda8d30d07039c8f525dfca79ff2877b29740 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Tue, 12 Feb 2013 09:41:51 -0500 Subject: [PATCH] Fixed: FS#2661 - sql error by sort on cp-user id --- interface/web/help/lib/lang/tr_support_message.lng | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/interface/web/help/lib/lang/tr_support_message.lng b/interface/web/help/lib/lang/tr_support_message.lng index 25e3221..59816c6 100644 --- a/interface/web/help/lib/lang/tr_support_message.lng +++ b/interface/web/help/lib/lang/tr_support_message.lng @@ -4,4 +4,5 @@ $wb['subject_txt'] = 'Subject'; $wb['message_txt'] = 'Message'; $wb['tstamp_txt'] = 'Timestamp'; +$wb['reply_txt'] = 'Reply'; ?> -- Gitblit v1.9.1