Change no records message

This commit is contained in:
Nathan Gray 2013-01-08 16:03:46 +00:00
parent 38b6c1a500
commit 6d826f49eb
2 changed files with 2 additions and 1 deletions

View File

@ -350,7 +350,7 @@ class importexport_export_ui {
$record_count = $result->get_num_of_records();
if($record_count == 0)
{
$response->addScript('alert("' . lang('No records selected') . '");');
$response->addScript('alert("' . lang('No matching records') . '");');
return $response->getXML();
}
}

View File

@ -70,6 +70,7 @@ manage mapping importexport en Manage mapping
next importexport en Next
next run importexport en Next run
no matches importexport en no matches
no matching records importexport en No matching records
no records selected importexport en No records selected!
old fixed definition preferences en Old fixed definition
please select file to import importexport en Please select file to import