function lingotek_bulk_mt_download_batch_complete_submit in Lingotek Translation 7.2
Dashboard Confirmation Screen: Machine Translation Download Complete - Form Submit - Redirects Back to the Lingotek Dashboard.
File
- ./
lingotek.batch.inc, line 384
Code
function lingotek_bulk_mt_download_batch_complete_submit($form, $form_state) {
drupal_goto(LINGOTEK_BASE_URL);
}