diff --git a/DATabase/DATabase.cs b/DATabase/DATabase.cs index 7fceef16..da84d60b 100644 --- a/DATabase/DATabase.cs +++ b/DATabase/DATabase.cs @@ -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; }