Fix typos

This commit is contained in:
Matt Nadareski
2016-03-30 12:21:38 -07:00
parent 4720e412c3
commit 964669b71b

View File

@@ -758,7 +758,7 @@ Make a selection:
case "4":
Console.Clear();
ListSystems(true);
Console.Write("Please enter the source: ");
Console.Write("Please enter the system: ");
InitRemoveSystem(Console.ReadLine());
Console.Write("\nPress any key to continue...");
Console.ReadKey();
@@ -842,7 +842,7 @@ Make a selection:
else
{
Console.WriteLine("System with id '" + sysid + "' could not be removed.");
}
}
}
else
{