UnassignedMessage translation added

UnassignedMessage translation added
This commit is contained in:
norahmollo
2013-07-25 12:42:56 -04:00
parent 27fb0aa510
commit 9e5319570a
4 changed files with 34 additions and 7 deletions

View File

@@ -86,7 +86,7 @@ try {
$result->msg .= G::LoadTranslation("ID_FAILED_RECORD") . ($importResults->recordsCount - $importResults->recordsCountSuccess) . "\n";
if ($importResults->errMsg != '') {
$result->msg .= "Errors registered: \n" . $importResults->errMsg . "\n";
$result->msg .= G::LoadTranslation("ID_ERROR_REGISTERED"). " \n" . $importResults->errMsg . "\n";
}
//$result->msg = htmlentities($result->msg);