Changeset 9456

Show
Ignore:
Timestamp:
04/07/10 10:47:00 (3 years ago)
Author:
mickecarlsson
Message:

Spelling error fix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php

    r9452 r9456  
    20622062    foreach($destination as $dest){ 
    20632063      $selected=($goto==$dest['destination'])?'SELECTED ':' '; 
    2064     // This is but uggly, but I can't think of another way to do localization for this child object 
     2064    // This is ugly, but I can't think of another way to do localization for this child object 
    20652065      if(isset($dest['category']) == "Terminate Call") { 
    20662066          $child_label_text = dgettext('amp',$dest['description']);