diff --git a/modules/save-and-load.js b/modules/save-and-load.js
index 66a4fa51..0ef3ad0c 100644
--- a/modules/save-and-load.js
+++ b/modules/save-and-load.js
@@ -526,7 +526,7 @@ function uploadMap(file, callback) {
} else {
load = true;
message = `The map version (${mapVersion}) does not match the Generator version (${version}).
- The map will be auto-updated. In case of issues please keep using an ${archive} of the Generator`;
+ Click OK to get map auto-updated. In case of issues please keep using an ${archive} of the Generator`;
}
alertMessage.innerHTML = message;
$("#alert").dialog({title: "Version conflict", width: "38em", buttons: {