function rules_admin_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_admin/
rules_admin.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_admin_potx() {
// For the menu item
t('Editing rule @label');
// Calls to rules_handle_error_msg()
t("%set can't be found. Probably the providing module has been deactivated.");
}