Changeset 11937

Show
Ignore:
Timestamp:
03/25/11 14:38:28 (2 years ago)
Author:
mickecarlsson
Message:

Standardize on and instead of & in advancedsettings

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.9/libfreepbx.install.php

    r11931 r11937  
    20252025  $set['value'] = ''; 
    20262026  $set['options'] = ''; 
    2027   $set['name'] = 'SIP & DAHDI callgroup'; 
     2027  $set['name'] = 'SIP and DAHDI callgroup'; 
    20282028  $set['description'] = "Default setting for SIP, DAHDI (and Zap) callgroup. Callgroup(s) that the device is part of, can be one or more callgroups, e.g. '1,3-5' would be in groups 1,3,4,5. See Asterisk documentation for details."; 
    20292029  $set['readonly'] = 0; 
     
    20362036  $set['value'] = ''; 
    20372037  $set['options'] = ''; 
    2038   $set['name'] = 'SIP & DAHDI pickupgroup'; 
     2038  $set['name'] = 'SIP and DAHDI pickupgroup'; 
    20392039  $set['description'] = "Default setting for SIP, DAHDI (and Zap) pickupgroup. Pickupgroups(s) that the device can pickup calls from, can be one or more groups, e.g. '1,3-5' would be in groups 1,3,4,5. Device does not have to be in a group to be able to pickup calls from that group. See Asterisk documentation for details."; 
    20402040  $set['readonly'] = 0;