From 8f72fc7ca574f63ae5f53b392426f45e0fe57fb4 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Wed, 2 Jul 2014 21:06:46 +0000 Subject: [PATCH] Change the label used for fax detection --- app/destinations/app_languages.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/destinations/app_languages.php b/app/destinations/app_languages.php index 1e76256c7f..896924eaa7 100644 --- a/app/destinations/app_languages.php +++ b/app/destinations/app_languages.php @@ -102,10 +102,10 @@ $text['description-destination_context']['pt-pt'] = "Introduza o contexto."; $text['description-destination_context']['fr-fr'] = "Entrer le context."; - $text['label-fax_uuid']['en-us'] = "Fax Destination"; - $text['label-fax_uuid']['es-cl'] = "Destino de Fax"; - $text['label-fax_uuid']['pt-pt'] = "Destino de fax"; - $text['label-fax_uuid']['fr-fr'] = "Destination Fax"; + $text['label-fax_uuid']['en-us'] = "Fax Detection"; + $text['label-fax_uuid']['es-cl'] = "Detección de Fax"; + $text['label-fax_uuid']['pt-pt'] = "Detecção de fax"; + $text['label-fax_uuid']['fr-fr'] = "Détection Fax"; $text['description-fax_uuid']['en-us'] = "Select the fax destination to enable fax detection. "; $text['description-fax_uuid']['es-cl'] = "Seleccione el destino de fax para activar su detección";