function lingotek_config_progress_update_finished in Lingotek Translation 7.7
Same name and namespace in other branches
- 7.6 lingotek.batch.inc \lingotek_config_progress_update_finished()
1 string reference to 'lingotek_config_progress_update_finished'
File
- ./
lingotek.batch.inc, line 800 - Central location for batch create functions, before control is handed off to individual batch command files.
Code
function lingotek_config_progress_update_finished() {
drupal_set_message(t('Finished updating statuses. The statuses for all previously selected configuration items are now up to date.'));
}