Oude missende LCL lcl_mld_linktoparent toegevoegd

svn path=/Website/trunk/; revision=30772
This commit is contained in:
Jos Groot Lipman
2016-09-20 12:02:23 +00:00
parent 55fd418f10
commit c012c69ded

View File

@@ -68,7 +68,7 @@ var where_ins = "";
}
else
{
if (confirm("Melding koppelen aan melding " + parent_key + "?"))
if (confirm(L("lcl_mld_linktoparent").format(parent_key)))
mld_double(1, parent_key);
}
}