From f4a40954efec165fc3cf75188ca816c618bd1b5c Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Tue, 1 Oct 2013 19:40:22 +0000 Subject: [PATCH] Change the double quoted "csv" to 'csv' --- app/xml_cdr/app_languages.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/xml_cdr/app_languages.php b/app/xml_cdr/app_languages.php index 17238aa753..7489464126 100644 --- a/app/xml_cdr/app_languages.php +++ b/app/xml_cdr/app_languages.php @@ -17,8 +17,8 @@ $text['description-3']['pt-pt'] = "Utilize os campos para filtrar a informação para os registos de chamadas específicas que são desejados."; $text['description-3']['fr-fr'] = "Utiliser les filtres pour afficher les appels désirés. "; - $text['description-4']['en-us'] = "Then view the calls in the list or download them as comma seperated file by using the "csv" button."; - $text['description-4']['pt-pt'] = "Então pode ver as chamadas na lista ou descarrega-las como arquivo separadas por vírgulas usando o botão "csv"."; + $text['description-4']['en-us'] = "Then view the calls in the list or download them as comma seperated file by using the 'csv' button."; + $text['description-4']['pt-pt'] = "Então pode ver as chamadas na lista ou descarrega-las como arquivo separadas por vírgulas usando o botão 'csv'."; $text['description-4']['fr-fr'] = "Ensuite visualisez les informations dans la liste ci-dessous, ou téléchargez les sous forme d'un fichier CSV."; $text['label-description']['en-us'] = "Description";