Add the translation for Duplicate Detected on the destination edit.

This commit is contained in:
Mark Crane
2014-05-24 20:06:27 +00:00
parent e1b27da857
commit eb9342c83d
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
$prep_statement->execute();
$row = $prep_statement->fetch(PDO::FETCH_ASSOC);
if ($row['num_rows'] > 0) {
$msg .= "Duplicate detected.<br>\n";
$msg .= $text['message-duplicate']."<br>\n";
}
}