From c631ae4483106de9fc9be28980e8c3a2adfeb27d Mon Sep 17 00:00:00 2001 From: Bastien Date: Sun, 30 Aug 2015 22:52:25 +0200 Subject: [PATCH] More translation fixes. --- src/application/language/french/translations_lang.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/application/language/french/translations_lang.php b/src/application/language/french/translations_lang.php index 7e430786..b3c3c3c9 100644 --- a/src/application/language/french/translations_lang.php +++ b/src/application/language/french/translations_lang.php @@ -44,9 +44,9 @@ $lang['customer'] = 'Client'; $lang['start'] = 'Début'; $lang['end'] = 'Fin'; $lang['name'] = 'Nom'; -$lang['phone'] = 'numéro de Téléphone'; +$lang['phone'] = 'numéro de téléphone'; $lang['address'] = 'Adresse'; -$lang['appointment_link_title'] = 'Lien rendez-vous'; +$lang['appointment_link_title'] = 'Lien du rendez-vous'; $lang['success'] = 'Réussi !'; $lang['appointment_added_to_google_calendar'] = 'Votre rendez-vous a été ajouté à votre compte Google calendrier.'; $lang['view_appointment_in_google_calendar'] = 'Cliquez ici pour voir votre rendez-vous dans Google Calendrier.';