A few more minor adjustments.

This commit is contained in:
markjcrane 2015-09-04 23:05:08 -06:00
parent 0c43e85123
commit 971aef9b80
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?php
$text['title-fax']['en-us'] = "Fax Server";
$text['title-fax']['en-us'] = "Fax Servers";
$text['title-fax']['es-cl'] = "Servidor de Fax";
$text['title-fax']['pt-pt'] = "Servidor de Fax";
$text['title-fax']['fr-fr'] = "Serveur de Fax";

View File

@ -86,7 +86,7 @@ if (!(check_str($_REQUEST["action"]) == "download" && check_str($_REQUEST["src"]
require_once "resources/paging.php";
//show the content
echo "<b>".$text['title-voicemail_messages']." (".count($voicemails).")</b>";
echo "<b>".$text['title-voicemail_messages']."</b>";
echo "<br><br>";
echo $text['description-voicemail_message'];
echo "<br><br>";