File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -165,15 +165,15 @@ namespace WorldBuilder
165165 */
166166
167167 WBAssertThrow ((prm.get <std::string>(" version" ) == Version::MAJOR + " ." + Version::MINOR),
168- " The major and minor version combination for which is input file was written "
168+ " The major and minor version combination for which this input file was written "
169169 " is not the same as the version of the World Builder you are running. This means "
170- " That there may have been incompatible changes made between the versions. \n\n "
170+ " that there may have been incompatible changes made between the versions. \n\n "
171171 " Verify those changes and whether they affect your model. If this is not "
172172 " the case, adjust the version number in the input file. \n\n The provided version "
173- " number is \" " << prm.get <std::string>(" version" ) << " \" , while the used world builder "
173+ " number is \" " << prm.get <std::string>(" version" ) << " \" , while the used World Builder "
174174 " has (major.minor) version \" " << Version::MAJOR << " ." << Version::MINOR << " \" . "
175175 " If you created this file from scratch, fill set the version number to \" " <<
176- Version::MAJOR << " ." << Version::MINOR << " \" to continue. If you got the world builder "
176+ Version::MAJOR << " ." << Version::MINOR << " \" to continue. If you got the World Builder "
177177 " file from somewhere, make sure that the output is what you expect it to be, because "
178178 " backwards incompatible changes may have been made to the code." );
179179
You can’t perform that action at this time.
0 commit comments