Changeset 6697

Show
Ignore:
Timestamp:
09/11/08 16:30:55 (5 years ago)
Author:
mickecarlsson
Message:

Enclosed text strings for localization in gabcast

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.5/gabcast/install.php

    r1938 r6697  
    22 
    33// Enable direct dial to Gabcast as a feature code 
     4$connecttogabcast = _("Connect to Gabcast"); 
    45$fcc = new featurecode('gabcast', 'gabdial'); 
    5 $fcc->setDescription('Connect to Gabcast'); 
     6$fcc->setDescription($connecttogabcast); 
    67$fcc->setDefault('*422'); 
    78$fcc->update();