You are here

rules.potx.inc in Rules 6

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
View source
<?php

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

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

Functions

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