Changeset 8573

Show
Ignore:
Timestamp:
01/08/10 02:25:39 (3 years ago)
Author:
mbrevda
Message:

re #4000; help text clarification. Thanks mickecarlsson - next time do it your self :p

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.7/core/page.did.php

    r8571 r8573  
    261261 
    262262    <tr> 
    263       <td><a href="#" class="info"><?php echo _("Privacy Manager")?><span><?php echo _('If no Caller ID is sent, Privacy Manager will asks the caller to enter their digit phone number. If a user has Call Screening enabled, the incoming caller will be asked to enter their CallerId here if enabled, and then to say their name once determined that the called user requires it.')?></span></a>:</td> 
     263      <td><a href="#" class="info"><?php echo _("Privacy Manager")?><span><?php echo _('If no Caller ID has been recevied, Privacy Manager will asks the caller to enter their phone number. If an user/extension has Call Screening enabled, the incoming caller will be be promted to say their name when the call reaches the user/extension.')?></span></a>:</td> 
    264264      <td> 
    265265        <select name="privacyman" tabindex="<?php echo ++$tabindex;?>"> 
     
    270270    </tr> 
    271271    <tr class="pm_opts" <?php echo $privacyman == '0' ? 'style="display:none"':''?>> 
    272       <td><a href="#" class="info"><?php echo _("Max attempts")?><span><?php echo _('This sets the amount of atempts the caller has to enter a valid callerID')?></span></a>:</td> 
     272      <td><a href="#" class="info"><?php echo _("Max attempts")?><span><?php echo _('Number of atempts the caller has to enter a valid callerID')?></span></a>:</td> 
    273273      <td> 
    274274        <select name="pmmaxretries" tabindex="<?php echo ++$tabindex;?>"> 
     
    283283    </tr>  
    284284    <tr class="pm_opts" <?php echo $privacyman == '0' ? 'style="display:none"':''?>> 
    285       <td><a href="#" class="info"><?php echo _("Min Length")?><span><?php echo _('This sets the minimum amount of digits a callerID needs to contain in order to be valid')?></span></a>:</td> 
     285      <td><a href="#" class="info"><?php echo _("Min Length")?><span><?php echo _('Minimum amount of digits callerID needs to contain in order to be concidered valid')?></span></a>:</td> 
    286286      <td> 
    287287        <select name="pmminlength" tabindex="<?php echo ++$tabindex;?>">