mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Change no records message
This commit is contained in:
parent
38b6c1a500
commit
6d826f49eb
@ -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();
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user