You are here

function lingotek_config_progress_update_finished in Lingotek Translation 7.7

Same name and namespace in other branches
  1. 7.6 lingotek.batch.inc \lingotek_config_progress_update_finished()
1 string reference to 'lingotek_config_progress_update_finished'
lingotek_config_update_selected in ./lingotek.batch.inc

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.'));
}