From 3f8f9bef1a1658c129e8caa300ae917079a04424 Mon Sep 17 00:00:00 2001 From: Twan van Laarhoven Date: Tue, 21 Apr 2020 01:11:28 +0200 Subject: [PATCH] (typo) --- src/data/format/mse1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/format/mse1.cpp b/src/data/format/mse1.cpp index 9aca62a7..45209a28 100644 --- a/src/data/format/mse1.cpp +++ b/src/data/format/mse1.cpp @@ -51,7 +51,7 @@ SetP MSE1FileFormat::importSet(const String& filename) { // file version check String format = file.ReadLine(); if (format.substr(0,8) != _("MTG Set8")) { - throw ParseError(_("Expected MSE format version 8\nTo convert files made with older versions of Magic Set Editor:\n 1. Download the latest version 1 from http:;//magicsetedtitor.sourceforge.net\n 2. Open the set, then save the set\n 3. Try to open them again in this program.")); + throw ParseError(_("Expected MSE format version 8\nTo convert files made with older versions of Magic Set Editor:\n 1. Download the latest version 1 from http:://magicsetedtitor.sourceforge.net\n 2. Open the set, then save the set\n 3. Try to open them again in this program.")); } // read general info set->value(_("title")) .value = file.ReadLine();