Add old mappings to TOSEC

This commit is contained in:
Matt Nadareski
2016-03-30 12:47:43 -07:00
parent 994ead77bb
commit 3e7e5eac7f
2 changed files with 19 additions and 4 deletions

View File

@@ -281,7 +281,7 @@ namespace SabreTools
// If nothing is found, tell the user and exit
if (!sldr.HasRows)
{
_logger.Log("Error: No suitable source '" + filename + "' found! Please add the source and then try again.");
_logger.Log("Error: No suitable source for '" + filename + "' found! Please add the source and then try again.");
return false;
}