Changeset 7302

Show
Ignore:
Timestamp:
11/23/08 06:26:47 (2 years ago)
Author:
mickecarlsson
Message:

Enclosed text string for translation in core

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.6/core/functions.inc.php

    r7296 r7302  
    475475        //static destinations 
    476476        $extens = array(); 
    477         $category = 'Terminate Call'
     477        $category = _("Terminate Call")
    478478        $extens[] = array('destination' => 'app-blackhole,hangup,1', 'description' => _("Hangup"), 'category' => $category); 
    479479        $extens[] = array('destination' => 'app-blackhole,congestion,1', 'description' => _("Congestion"), 'category' => $category);