english sentence forgotten in the main file (replaced by the correspondent equivelent in app_languages.php)

This commit is contained in:
Nuno Miguel Reis 2012-10-09 03:56:11 +00:00
parent 295c527975
commit e091cc253f
2 changed files with 3 additions and 4 deletions

View File

@ -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.';

View File

@ -548,8 +548,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
echo "<td class='vtable' align='left'>\n";
echo " <input class='formfld' type='text' name='fax_destination_number' maxlength='255' value=\"$fax_destination_number\">\n";
echo "<br />\n";
echo " ".$content_fax['description-destination-number']."\n";
echo "Enter the fax destination number.\n";
echo " ".$content_fax['description-destination-number']."\n";
echo "</td>\n";
echo "</tr>\n";