typo patrol

This commit is contained in:
Matt Nadareski
2016-03-30 14:16:32 -07:00
parent 2644a4b1a6
commit b35d1c0367

View File

@@ -563,7 +563,7 @@ Make a selection:
// If nothing is found, tell the user and exit
if (!sldr.HasRows)
{
logger.Error("Error: No systems found! Please add a source and then try again.");
logger.Error("Error: No sources found! Please add a source and then try again.");
return;
}