Changeset 1626

Show
Ignore:
Timestamp:
04/17/06 13:53:58 (7 years ago)
Author:
mheydon1973
Message:

Ticket #659 (Bugs) -- Typos in Feature Codes Admin Page

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.1/callforward/install.php

    r1615 r1626  
    1515 
    1616$fcc = new featurecode('callforward', 'cfoff_any'); 
    17 $fcc->setDescription('Call Forward All Prompting Deativate'); 
     17$fcc->setDescription('Call Forward All Prompting Deactivate'); 
    1818$fcc->setDefault('*74'); 
    1919$fcc->update(); 
     
    2828 
    2929$fcc = new featurecode('callforward', 'cfboff'); 
    30 $fcc->setDescription('Call Forward Busy Deativate'); 
     30$fcc->setDescription('Call Forward Busy Deactivate'); 
    3131$fcc->setDefault('*91'); 
    3232$fcc->update(); 
     
    3434 
    3535$fcc = new featurecode('callforward', 'cfboff_any'); 
    36 $fcc->setDescription('Call Forward Busy Prompting Deactive'); 
     36$fcc->setDescription('Call Forward Busy Prompting Deactivate'); 
    3737$fcc->setDefault('*92'); 
    3838$fcc->update(); 
     
    4747 
    4848$fcc = new featurecode('callforward', 'cfuoff'); 
    49 $fcc->setDescription('Call Forward No Answer/Unavailable Deativate'); 
     49$fcc->setDescription('Call Forward No Answer/Unavailable Deactivate'); 
    5050$fcc->setDefault('*53'); 
    5151$fcc->update();