You are here

function tmgmt_ui_system_info_alter in Translation Management Tool 7

Implements hook_system_info_alter().

File

ui/tmgmt_ui.module, line 176
Common Translation managment UI.

Code

function tmgmt_ui_system_info_alter(&$info, $file, $type) {
  if ($file->name == 'tmgmt') {
    $info['configure'] = 'admin/config/regional/tmgmt_settings';
  }
}