From 28d1b5301d44caa8dd89f66c758b68cb91984a8a Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Thu, 30 Jun 2011 16:03:36 -0400 Subject: [PATCH] Fixed Template generator functions to avoid mixed Linux / Windows line endings. --- interface/web/help/lib/lang/bg_support_message.lng | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/interface/web/help/lib/lang/bg_support_message.lng b/interface/web/help/lib/lang/bg_support_message.lng index b6d979a..ce29a9d 100644 --- a/interface/web/help/lib/lang/bg_support_message.lng +++ b/interface/web/help/lib/lang/bg_support_message.lng @@ -4,4 +4,5 @@ $wb['subject_txt'] = 'Тема'; $wb['message_txt'] = 'Съобщение'; $wb['tstamp_txt'] = 'Дата'; +$wb['reply_txt'] = 'Reply'; ?> -- Gitblit v1.9.1