Changeset 5382

Show
Ignore:
Timestamp:
12/10/07 11:28:30 (5 years ago)
Author:
p_lindheimer
Message:

correct tooltip

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.4/paging/page.paging.php

    r5377 r5382  
    160160 
    161161  <tr><td><label for="default_group"><a href='#' class='info'><?php echo _("Default Page Group") ?><span> 
    162   <?php echo _("Each PBX system can have a single Default Page Group. If specified, extensions can be automatically added (or removed) from the default page group in the Extensions (or Users) tab.<br />Making this group the default will uncheck the option from the current default group if specified.") ?></span></a></label></td> 
     162  <?php echo _("Each PBX system can have a single Default Page Group. If specified, extensions can be automatically added (or removed) from this group in the Extensions (or Devices) tab.<br />Making this group the default will uncheck the option from the current default group if specified.") ?></span></a></label></td> 
    163163  <td><input type='checkbox' name='default_group' id="default_group" value='1' <?php if ($default_group) { echo 'CHECKED'; } ?>></td> 
    164164