--- website_code/scripts/import.js.orig 2015-07-29 23:17:24.000000000 +0100
+++ website_code/scripts/import.js 2015-08-11 13:45:44.422125610 +0100
@@ -314,7 +314,7 @@
alert(IMPORT_OVER);
/*
- var answer = confirm("By selection this option you will replace this template with a new version - are you sure?");
+ var answer = confirm("By selecting this option you will replace this template with a new version - are you sure?");
if(answer){
--- languages/en-GB/website_code/scripts/import.js.orig 2015-07-29 23:17:23.000000000 +0100
+++ languages/en-GB/website_code/scripts/import.js 2015-08-11 13:48:16.827013019 +0100
@@ -12,7 +12,7 @@
var IMPORT_TEXT = "Import";
- var IMPORT_PROMPT = "You are about to replace an exisiting project with the one you are about to import";
+ var IMPORT_PROMPT = "You are about to replace an existing project with the one you are about to import";
var NEW_PROJECT_NAME = "New project name";
@@ -22,10 +22,10 @@
var IMPORT_OVER = "Sorry you cannot import over a template";
- var IMPORT_OVERWRITE_CONFIRM = "By selection this option you will import a new template into this folder - are you sure?";
+ var IMPORT_OVERWRITE_CONFIRM = "By selecting this option you will import a new template into this folder - are you sure?";
var IMPORT_CONFIRM = "You are about to import a new template - are you sure?";
var IMPORT_BUTTON_UPLOAD = "Upload";
- var IMPORT_BUTTON_CLOSE = "Close";
\ No newline at end of file
+ var IMPORT_BUTTON_CLOSE = "Close";