As in title, some of the text strings in page.general are not consistent with the other text strings in this module. I have cleaned them up but need a verification that it is OK.
Index: page.general.php
===================================================================
--- page.general.php (revision 6588)
+++ page.general.php (working copy)
@@ -205,7 +205,7 @@
<input type="text" size="2" name="VM_GAIN" value="<?php echo htmlspecialchars($VM_GAIN)?>" tabindex="<?php echo ++$tabindex;?>"/>
</td></tr>
<tr><td>
- <a href=# class="info"><?php echo _("Do Not Play")?><span><?php echo _("Check this to remove the default message \"Please leave your message after the tone. When done, hang-up, or press the pound key.\" That is played after the voicemail greeting (the s option). This applies globally to all vm boxes.")?></span></a> <?php echo _("\"please leave message after tone to caller\"")?>
+ <a href=# class="info"><?php echo _("Do Not Play \"please leave message after tone to caller\"")?><span><?php echo _("Check this to remove the default message \"Please leave your message after the tone. When done, hang-up, or press the pound key.\" That is played after the voicemail greeting (the s option). This applies globally to all vm boxes.")?></span></a>
</td><td align="right">
<input type="checkbox" value="s" name="VM_OPTS" <?php echo (($VM_OPTS || $VM_DDTYPE == "su" || $VM_DDTYPE == "bu") ? 'CHECKED' : '')?> tabindex="<?php echo ++$tabindex;?>">
</td></tr>
@@ -359,7 +359,7 @@
<h5><?php echo _("Fax Machine")?></h5>
<table>
<tr><td>
- <?php echo _("Extension of")?> <a class="info" href="#"><?php echo _("fax machine")?><span><?php echo _("Select 'system' to have the system receive and email faxes.<br>Selecting 'disabled' will result in incoming calls being answered more quickly.")?></span></a> <?php echo _("for receiving faxes:")?>
+ <a class="info" href="#"><?php echo _("Extension of fax machine for receiving faxes:")?><span><?php echo _("Select 'system' to have the system receive and email faxes.<br>Selecting 'disabled' will result in incoming calls being answered more quickly.")?></span></a>
<!--<input type="text" size="8" name="FAX_RX" value="<?php echo $FAX_RX?>"/>-->
</td><td align="right">
<select name="FAX_RX" tabindex="<?php echo ++$tabindex;?>">
@@ -377,12 +377,12 @@
</select>
</td></tr>
<tr><td>
- <a class="info" href="#"><?php echo _("Email address")?><span><?php echo _("Email address used if 'system' has been chosen for the fax extension above.")?></span></a> <?php echo _("to have faxes emailed to:")?>
+ <a class="info" href="#"><?php echo _("Email address to have faxes emailed to:")?><span><?php echo _("Email address used if 'system' has been chosen for the fax extension above.")?></span></a>
</td><td align="right">
<input type="text" size="30" name="FAX_RX_EMAIL" value="<?php echo htmlspecialchars($FAX_RX_EMAIL)?>" tabindex="<?php echo ++$tabindex;?>"/>
</td></tr>
<tr><td>
- <a class="info" href="#"><?php echo _("Email address")?><span><?php echo _("Email address that faxes appear to come from if 'system' has been chosen for the fax extension above.")?></span></a> <?php echo _("that faxes appear to come from:")?>
+ <a class="info" href="#"><?php echo _("Email address that faxes appear to come from:")?><span><?php echo _("Email address that faxes appear to come from if 'system' has been chosen for the fax extension above.")?></span></a>
</td><td align="right">
<input type="text" size="30" name="FAX_RX_FROM" value="<?php echo htmlspecialchars($FAX_RX_FROM)?>" tabindex="<?php echo ++$tabindex;?>"/>
</td></tr>
@@ -390,7 +390,7 @@
<h5><?php echo _("International Settings")?></h5>
<table>
<tr><td>
- <?php echo _("Country")?> <a class="info" href="#"><?php echo _("Indications")?><span><?php echo _("Select which country you are in")?></span></a>:
+ <a class="info" href="#"><?php echo _("Country Indications")?><span><?php echo _("Select which country you are in")?></span></a>:
</td><td align="right">
<?php if (isset($TONEZONE) && strlen($TONEZONE))
general_display_zones($TONEZONE);