From e091cc253f11a043c2675a3316ba9a68c5ddd547 Mon Sep 17 00:00:00 2001 From: Nuno Miguel Reis Date: Tue, 9 Oct 2012 03:56:11 +0000 Subject: [PATCH] english sentence forgotten in the main file (replaced by the correspondent equivelent in app_languages.php) --- app/fax/app_languages.php | 4 ++-- app/fax/fax_edit.php | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/app/fax/app_languages.php b/app/fax/app_languages.php index 3324a9ed24..2598df2bf7 100644 --- a/app/fax/app_languages.php +++ b/app/fax/app_languages.php @@ -81,8 +81,8 @@ $content_fax['description-extension']['en-us'] = 'Enter the fax extension here.'; $content_fax['description-extension']['pt-pt'] = 'Insira aqui a extensão do fax'; - $content_fax['description-destination-number']['en-us'] = 'Destination Number'; - $content_fax['description-destination-number']['pt-pt'] = 'Número de Destino'; + $content_fax['description-destination-number']['en-us'] = 'Enter the fax destination number'; + $content_fax['description-destination-number']['pt-pt'] = 'Insira o número de fax para onde pretende enviar'; $content_fax['description-email']['en-us'] = 'Enter the email address to send the FAX to.'; $content_fax['description-email']['pt-pt'] = 'Insira o endereço de e-mail para enviar o fax.'; diff --git a/app/fax/fax_edit.php b/app/fax/fax_edit.php index 5438b7ffe4..e188738512 100644 --- a/app/fax/fax_edit.php +++ b/app/fax/fax_edit.php @@ -548,8 +548,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo "\n"; echo " \n"; echo "
\n"; - echo " ".$content_fax['description-destination-number']."\n"; - echo "Enter the fax destination number.\n"; + echo " ".$content_fax['description-destination-number']."\n"; echo "\n"; echo "\n";