This commit is contained in:
bastianonm 2012-01-08 16:52:17 +00:00
parent 2f6aae8455
commit b39554b2b4
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ function WP_GPX_Maps_html_page() {
function delgpx(file)
{
if (confirm('Delte this file: ' + file + '?'))
if (confirm('Delete this file: ' + file + '?'))
{
document.formdelgpx.delete.value = file;
document.formdelgpx.submit();