You are here

function rules_potx in Rules 6

@file This is just a dummy file for the potx translation extractor. It contains additional calls to t(), so those strings are properly extracted.

File

rules/rules.potx.inc, line 9
This is just a dummy file for the potx translation extractor. It contains additional calls to t(), so those strings are properly extracted.

Code

function rules_potx() {

  // Calls to rules_handle_error_msg()
  t('An error occured during rule evaluation. It follows the evaluation log: !log');
}