Changeset 6950 for modules/branches

Show
Ignore:
Timestamp:
10/11/08 13:06:23 (5 years ago)
Author:
mickecarlsson
Message:

Localized tooltip for core

Files:

Legend:

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

    r6906 r6950  
    26602660    $destlist[] = array( 
    26612661      'dest' => $thisdest, 
    2662       'description' => 'Inbound Route: '.$result['description'].' ('.$thisid.')'
     2662      'description' => sprintf(_("Inbound Route: %s (%s)"),$result['description'],$thisid)
    26632663      'edit_url' => 'config.php?display=did&extdisplay='.urlencode($thisid), 
    26642664    );