From 039b461dea2948c53e25a57f77246e2cc1ed1666 Mon Sep 17 00:00:00 2001 From: vogelor <vogelor@ispconfig3> Date: Tue, 29 Mar 2011 08:14:28 -0400 Subject: [PATCH] rescue-module: now rescue of mysql works fine, even if the admin wanted to NOT rescue mysql --- interface/web/help/lib/lang/fr_support_message.lng | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/interface/web/help/lib/lang/fr_support_message.lng b/interface/web/help/lib/lang/fr_support_message.lng index 25e3221..690a912 100644 --- a/interface/web/help/lib/lang/fr_support_message.lng +++ b/interface/web/help/lib/lang/fr_support_message.lng @@ -1,7 +1,7 @@ <?php -$wb['recipient_id_txt'] = 'Recipient ID'; -$wb['sender_id_txt'] = 'Sender ID'; -$wb['subject_txt'] = 'Subject'; +$wb['recipient_id_txt'] = 'ID Destinataire'; +$wb['sender_id_txt'] = 'ID Expéditeur'; +$wb['subject_txt'] = 'Sujet'; $wb['message_txt'] = 'Message'; $wb['tstamp_txt'] = 'Timestamp'; ?> -- Gitblit v1.9.1