Ignore:
Timestamp:
Jan 15, 2016, 10:24:05 PM (8 years ago)
Author:
chronos
Message:
  • Modified: Now translation groups are also localized.
  • Modified: Translated team page.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Import/Manage.php

    r842 r846  
    7171    while($Group = $DbResult->fetch_assoc())
    7272    {
    73       $Output .= '<tr><td>'.$Group['Name'].'</td>'.
     73      $Output .= '<tr><td>'.T($Group['Name']).'</td>'.
    7474        '<td>'.$Group['SourceType'].'</td><td>';
    7575      if($Group['MangosTable'] != '') $Output .= $Group['MangosTable'].'.sql ';
Note: See TracChangeset for help on using the changeset viewer.