From 57540eebc0e035f023afef66b3bbc00f315951bf Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Fri, 09 Apr 2010 09:49:20 -0400
Subject: [PATCH] Added new "DATE" datatype which uses the native mysql date format instead of tstamps in tform library. The old tstamp datatype as been renamed to "DATETSTAMP".

---
 interface/web/help/lib/lang/ru_support_message.lng |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/interface/web/help/lib/lang/ru_support_message.lng b/interface/web/help/lib/lang/ru_support_message.lng
index ef30964..93e2a03 100644
--- a/interface/web/help/lib/lang/ru_support_message.lng
+++ b/interface/web/help/lib/lang/ru_support_message.lng
@@ -3,7 +3,5 @@
 $wb['sender_id_txt'] = 'ID отправителя';
 $wb['subject_txt'] = 'Тема';
 $wb['message_txt'] = 'Сообщение';
-$wb['tstamp_txt'] = 'Timestamp';
-$wb['btn_save_txt'] = 'Сохранить';
-$wb['btn_cancel_txt'] = 'Закончить';
+$wb['tstamp_txt'] = 'Штамп времени';
 ?>

--
Gitblit v1.9.1